Multiple Forms in one page
Hi,
I have read through several posts on this forum about not being allowed to use multiple forms on a single page, but I have a strange problem. I am getting the 'System.Web.HttpException: A page can have only one server-side Form tag.' error but I don't have more than one form on this page.
It seems to be conflicting with a form that is on one of my master pages. Is there a way around this? I cannot build the page without a form as I then get this message 'System.Web.HttpException: Control 'ctl00_ContentPlaceHolder1_Name' of type 'TextBox' must be placed inside a form tag with runat=server.'
Does anybody know what I can do to get around this issue.
I would apprecitae anyones input.
Thanks
|