Hi
I am designing a Shopping cart home page that carries a Header.ascx control
This user control has the buttons Login/Logout,Register and Home. Which links us to the Login.aspx,Register,aspx,HomePage.aspx respectively.My Register.aspx page has some validation controls for certain fields and a submit button.
The Home Page is my start page, when I am in the home page and not yet logged in I click on the Regiter button which takes me to the Register.aspx page.Lets say I decided not to register and without fillling any fields or clicking the submit button I click on Login Button then instead of taking me to login page the Regiteration page shows that I need to fill out the fields. All the validation summary appears . Looks like it wont go to Login page and is doing some kind of Validation and post backs. Surprisingly it will still take me to Home page when I click the Home button. I am new to dotnet and am completely lost. Please Help!!
Thanks
I am designing a Shopping cart home page that carries a Header.ascx control
This user control has the buttons Login/Logout,Register and Home. Which links us to the Login.aspx,Register,aspx,HomePage.aspx respectively.My Register.aspx page has some validation controls for certain fields and a submit button.
The Home Page is my start page, when I am in the home page and not yet logged in I click on the Regiter button which takes me to the Register.aspx page.Lets say I decided not to register and without fillling any fields or clicking the submit button I click on Login Button then instead of taking me to login page the Regiteration page shows that I need to fill out the fields. All the validation summary appears . Looks like it wont go to Login page and is doing some kind of Validation and post backs. Surprisingly it will still take me to Home page when I click the Home button. I am new to dotnet and am completely lost. Please Help!!
Thanks