Hi,
I'm just starting to learn about ASP.Net Web forms in C#.
I want to create an application where the user logs in on the front screen and on click of the login button (after validation of the login details) it will open a new web page.
So fare I have created a new project that contains my login web page and my Main Menu web page.
Can someone tell me what code I need to add to the On Click event of the login button that will open my main menu page.
Thanks
Roderick


Reply With Quote