How to nest a form in an ASP.NET page (which has a form wrapped around it)
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-04-20T21:34:20Z
Indexed on
2010/04/20
21:43 UTC
Read the original article
Hit count: 194
I am writing HTML to an ASP.NET page (from a web service response), and the HTML has tags. Unfortunately, because the ASP.NET page already has a wrapped around it, a lot of the buttons on the page break. Does anyone know how I can nest the form inside the ASP.NET page without breaking the top-level form?
Note: the HTML I am bringing in is a form with a bunch of hidden fields inside of it, and it has to be placed within the ASP.NET page, and thus nested in the top-level form.
Thanks
© Stack Overflow or respective owner