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
Re: forms inside of other forms?
am 31.01.2008 15:47:25 von mark
"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...
Forms can't be nested i.e. you can't have a form inside another form, e.g.
You can have as many forms as you like so long as they aren't nested, e.g.
However, only one form can be an ASP.NET form, e.g.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Re: forms inside of other forms?
am 31.01.2008 15:52:32 von David Wier
What exactly are the two actions you'd like combined?
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"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 01.02.2008 01:31:03 von Andy B
I have a poll that is contained inside a form that is autogenerated that i
need set inside my may aspx