forms inside of other forms?

forms inside of other forms?

am 31.01.2008 14:57:22 von Andy B

I have an html form that is supposed to be inside the main aspx page form.
How do I do this so it will work? I have no way of changing the form (nested
form) since its written in javascript and is auto generated...

Re: forms inside of other forms?

am 31.01.2008 15:16:18 von smar

You can not have a form in another form and an .aspx page must have a
design-time runat=server form.


"Andy B" wrote in message
news:%23e1QqEBZIHA.4448@TK2MSFTNGP03.phx.gbl...
>I have an html form that is supposed to be inside the main aspx page form.
>How do I do this so it will work? I have no way of changing the form
>(nested form) since its written in javascript and is auto generated...
>
>
>

Re: forms inside of other forms?

am 31.01.2008 15:34:54 von Eliyahu Goldin

Will an