[thelist] ASP.NET multiple forms question

Ken Schaefer Ken at adOpenStatic.com
Thu Jul 13 19:17:59 CDT 2006


: -----Original Message-----
: From: thelist-bounces at lists.evolt.org [mailto:thelist-
: bounces at lists.evolt.org] On Behalf Of M. Seyon
: Sent: Friday, 14 July 2006 8:49 AM
: To: thelist at lists.evolt.org
: Subject: [thelist] ASP.NET multiple forms question
: 
: I recently did the html/css only for a project which is now being built
: using asp.net. The .net developer today posted a note stating:
: 
: "When working with asp.net having 2 form html object is forbidden."
: 
: Is this true? It seems rather narrow-minded an approach if it really
: is.


OOTB, you can only have a single server-side HTML form. You can have as many
forms as you like that are not web/server controls.

Paul Wilson has a control that lets you have multiple <form> server controls
on a single .NET page (www.wilsondotnet.com)
See: http://authors.aspalliance.com/PaulWilson/Articles/?id=4

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
Tech.Ed Sydney: learn all about IIS 7.0 - See you there!




More information about the thelist mailing list