How to use two submit button in one web form?
I have a page 'Registration.aspx' . Left Menu contains username,password field and 'Login' button(submit button). In the content area
i have some textboxes(Use to get the information from the user) and i have 'Register' button(submit button).
When i click the 'Login' button. It takes to post registration form.
How to use two submit button in one web form?
Thanks.