Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~457 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for jarceri

ASP.NET Web Project... "Not Web Application", though it might not matter. Normal MasterPage - > Site.Master Forms Authentication Enabled in the Web.Config file [CODE] <authentication mode="Forms"> <forms loginUrl="/Account/Login.aspx" name="aspNetForm" cookieless="UseCookies" domain="www.localitgeeks.com" path="/" defaultUrl="Default.aspx" slidingExpiration="true" timeout="30"/> </authentication> <authorization> <allow users="*"/> </authorization> [/CODE] Ok so that is the Web.config goo for ya. …

Member Avatar for jarceri
0
142
Member Avatar for murugavel84

[QUOTE=murugavel84;1205735]Hi friends, I am facing this problem while adding a panel to another panel. Please give me the solution. I have put my code below. [CODE] Dim pan As Panel = DirectCast(UserControlTest1.FindControl("Pan_ItemBind"), Panel) pan.Controls.Add(Panel1)[/CODE] Thanks in advence...[/QUOTE] The way we would do this in C# is a s follows. [CODE] …

Member Avatar for jarceri
0
175
Member Avatar for jarceri

Does anyone have any ideas on what is available? I don't feel like writing my own MVC forum software at the moment.

0
86
Member Avatar for adobe71

[QUOTE=adobe71;1185069]How to get system Information using C#. [CODE] using System.Diagnostics; [/CODE] [/QUOTE] Add a ref to the above to your project. Then bring up object browser and poke around. What are you wanting to accomplish, you left it pretty open.

Member Avatar for jarceri
0
54

The End.