No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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. …
[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] …
Does anyone have any ideas on what is available? I don't feel like writing my own MVC forum software at the moment.
[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.
The End.
jarceri