why only 1 form tag is allowed in asp.net page?

  • Thread starter Thread starter vijendra k
  • Start date Start date
Not true. You can have as many form tags with "runat=server" as you want. You just can't have more than one visible at a time. The error message is incorrect.
 
I don't know why, but it's another example of why anything developed by Microsoft sucks.

Use PHP. You can have all the forms you like on a single page.

By the way, there is supposed to be away around that restriction in ASP. Something about making the forms visible. Do a Google and you should find it.
 
Back
Top