H
Hellp
Any help appreciated.
I have a non-asp page with a form as follows:
<FORM action='FormPost.aspx' method=post encType=text/plain>
<INPUT type=hidden value=" GHT Tankage">
<INPUT size=6 name=2977_>
<INPUT size=40 name=note2977_>
<INPUT type=submit value=Submit>
</FORM>
I would like to pass the form name/values pairs to the FormPost.aspx
page so it can write the values into a database.
I don't just use a .aspx form page to begin with because I have to
accept the post from a page designed by someone else. Also, I can't
use the get method due to the large number of fields being posted.
Can anyone give me the basic asp.net code to read the collection of
name/value pairs past by the post.
Thank you for the help. Much appreciated
I have a non-asp page with a form as follows:
<FORM action='FormPost.aspx' method=post encType=text/plain>
<INPUT type=hidden value=" GHT Tankage">
<INPUT size=6 name=2977_>
<INPUT size=40 name=note2977_>
<INPUT type=submit value=Submit>
</FORM>
I would like to pass the form name/values pairs to the FormPost.aspx
page so it can write the values into a database.
I don't just use a .aspx form page to begin with because I have to
accept the post from a page designed by someone else. Also, I can't
use the get method due to the large number of fields being posted.
Can anyone give me the basic asp.net code to read the collection of
name/value pairs past by the post.
Thank you for the help. Much appreciated