The error, in this case, describes the problem pretty well. Your page, at run-time, can only have a single form with the runat="server" attribute. I do believe that you can have other forms though, you would just have to use the older Request.Form method to
get any field values from them.
ChrisWallace
Member
55 Points
11 Posts
Re: A page can have only one server-side Form tag
Mar 28, 2005 06:44 PM|LINK