F
Framework fan
Hi,
What is the .NET equivalent of the following classic ASP please
<form id="Form1" method="post" action="http://www.domain.com">
<INPUT name="ThisGetsPostedToDomainAbove">
<INPUT id="MyButton" type="submit" value="Click here">
</form>
In the above example, this non server side form will post the
information contained in the input field named
ThisGetsPostedToDomainAbove when the button called MyButton is
clicked.
Thanks.
What is the .NET equivalent of the following classic ASP please
<form id="Form1" method="post" action="http://www.domain.com">
<INPUT name="ThisGetsPostedToDomainAbove">
<INPUT id="MyButton" type="submit" value="Click here">
</form>
In the above example, this non server side form will post the
information contained in the input field named
ThisGetsPostedToDomainAbove when the button called MyButton is
clicked.
Thanks.