PDA

View Full Version : Can I have multiple form tags within a aspx page


chelvis
08-01-2006, 04:20 PM
Is it possible to have multiple form (<form>) tags within one aspx page?

Brandoe85
08-01-2006, 04:44 PM
Yes and no ;)

Take a look at these articles:
http://msdn.microsoft.com/msdnmag/issues/03/05/CuttingEdge/default.aspx
http://www.ddj.com/184406022

Good luck;

chelvis
08-02-2006, 04:09 PM
Thanks Brandoe85