Hi i need a solution to my problem which goes like this:
I have an opening page for login/create account for a site. It is such that a registered user can login directly thru 'login control' else should create his account. my design has a master page. While the page loads, a pop up comes and then the page loads. The login/create stuff comes in the middle of the page and is designed in such a way that only the login/create changes on clicking 'next', 'previous' and the rest of the page remains static. On clicking 'next' it should go to a form (same page) which asks for user details, and on clicking next on that page it goes to the final step of creating account. on clicking previous, it would traverse backwards. Hope i am clear!!! Please give me a solution how can i implement it since only one form with 'runat=server' is allowed i am getting confused.
Thanks in advance
@Sina