Stem Cells Blood Banks Insurances .Net Hosting Credit Cards PC Rental Business
Tutorials: ASP .NET C# .NET VB .NET Articles: ASP .NET C# .NET VB .NET Fast Code: ASP .NET C# .NET VB .NET
if (FormsAuthentication.Authenticate(txtName.Text, txtPassword.Text)) { FormsAuthentication.SetAuthCookie(txtName.Text, true); Response.Redirect("YourDefaultSecuredStartPage.aspx", true); }
In above code user will be checked for authentication and will be returned to the menaul secured page which you want. If you are developing a Community based web page better location for FIRST redirect would be the user Home/Profile.
21/05/2008 05:07:25 UTC
04/09/2008 02:09:44 UTC
15/10/2008 04:52:37 UTC