C
Carlo
I have an html form that posts onto an asp.net page (vs2005).
The form header is as follows: <form action="thankyou.aspx" method="post">.
In a table i have the fields <td><input id="email" type="text"
runat="server" /></td> and a submit button.
In the asp.net page, how do i get the values of the posted form ?
Thanks
The form header is as follows: <form action="thankyou.aspx" method="post">.
In a table i have the fields <td><input id="email" type="text"
runat="server" /></td> and a submit button.
In the asp.net page, how do i get the values of the posted form ?
Thanks