On every page (sitting in the master) I have the login fields.
In the other pages I have different controls, e.g. a contact formular.
How can I set more than one <form>-tag for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a way to switch forms by using a custom HtmlForm class that can have the form tag rendering toggled on and off. I put out a blog post on how to use this for PayPal and get around the ASP.NET single form tag problem:
http://www.codersbarn.com/post/2008/03/08/Solution-to-ASPNET-Form-PayPal-Problem.aspx
Hope this helps 🙂