D
Danielle
Hello all,
I'm pretty new to asp.net, I've to do a quick port to ASP.net
I've got a problem I cannot solve: cannot find anything helpfull on
the web.
I've got an HTML form generated from a software i cannot change, so
the form must have to remain pure html.
<form id="form_1" method="POST" action="process.aspx">
<input type="text" id="field_1" value="" />
</form>
How do I have to build the process.aspx file to retrieve the field_1
input?
I tried with Request.Form['form_1'] but cannot get it, it still does
not work.
Please help me, thanks you all
Danielle
I'm pretty new to asp.net, I've to do a quick port to ASP.net
I've got a problem I cannot solve: cannot find anything helpfull on
the web.
I've got an HTML form generated from a software i cannot change, so
the form must have to remain pure html.
<form id="form_1" method="POST" action="process.aspx">
<input type="text" id="field_1" value="" />
</form>
How do I have to build the process.aspx file to retrieve the field_1
input?
I tried with Request.Form['form_1'] but cannot get it, it still does
not work.
Please help me, thanks you all
Danielle