B
Brian W
(Jeez did I say that right?
This may seem like a stupid question, but I have my reasons for wanting to
do this...
If I have an HTML page with a form tag on it, can I set the action to an
ASP.NET page something like this:
<form action="test.aspx" method="post">
<!--
Some input controls go here...
-->
</form>
How does it get handled in the .ASPX ?
Any examples anywhere?
TIA
Brian W
This may seem like a stupid question, but I have my reasons for wanting to
do this...
If I have an HTML page with a form tag on it, can I set the action to an
ASP.NET page something like this:
<form action="test.aspx" method="post">
<!--
Some input controls go here...
-->
</form>
How does it get handled in the .ASPX ?
Any examples anywhere?
TIA
Brian W