Thursday, July 30, 2009

How will you redirect to the home page after the user has been authentication in Forms Authentication ?


You can redirect to the home page after the user has been authentication in Forms Authentication using the method,

FormsAuthentication.RedirectFromLoginPage(strUserName,false);


www.codecollege.NET

No comments:

Post a Comment