Hi,
I'm newbie in ASP.NET and i'm trying to implement password rules for my client and we want to have Forgot your password link in the login page. When i click that link it should take the user to someother page wherein the user is prompted for a secret question and then gets authenticated.
My problem here is, whenever i click the Forgot Your Password link, my login.aspx also gets submitted and goes into LOGIN page and executes login page. So, its not going to that required page. I'm calling a javascript function in the href's Onclick event and there i'm pointing to the required page.
I'm using ASP.NET Using
VB.NET and VS.NET 2003. How to prevent this from happening?.
One more problem is, whenever i call Response.Redirect(URL,False) its calling the login.aspx page again and then only redirected to the designated page.
Can anyone help me out in solving this. Thanks a lot in advance.
Rgds,
Sen