I have developed user login page in my webpage. When I try to loging by FormsAuthentication.RedirectFromLoginPage(user,false). It automcatically redirect to Default.aspx. Following are my code.
if(Login()==true)
{
FormsAuthentication.RedirectFromLoginPage(txtUser.text,False)
}
else
{
message.text="Invalid Loign. try again..."
}
My secure page name is UserHome.aspx which is in forlder UserHome. I want that user with go their home page after successfull login.....
I inherits login technique from http://msdn.microsoft.com/msdnmag/issues/02/05/ASPSec2/
Its very urget Please help me.
2007-02-08
00:57:11
·
1 answers
·
asked by
Jack J
1
in
Computers & Internet
➔ Programming & Design