Duplicate FORM tag error?

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

I am doing a postback to the same page. The page has only one FORM tag but
I get this error after the submit button is pressed:

A page can have only one server-side Form tag.

If there is only one FORM tag, why is the above error being thrown?

Thanks,
Brett
 
Are you included any other customer controls that may be adding an
additional FORM?

If you view the page source, are you positive there is only one FORM
(runat=server) tag?

Steve
 
Render() is explicitlycalled by .NET codes when they need the exact HTML
code being transferred to the browser.

It's a useful technique for cases, for example, when you want to e-mail the
user the report as the user read it...
 
The only inherits keyword in use is
Inherits System.Web.UI.Page

Any other suggestions?

Thanks,
Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top