I want to use html forms in my application. How can I do that? What should be written in action (place where I put ??????)
<form action=”??????“>
First name:<br>
<input type=”text” name=”firstname” value=”Name”>
<br>
Last name:<br>
<input type=”text” name=”lastname” value=”LastName”>
<br><br>
<input type=”submit” value=”Submit”>
</form>
Wisej AspNet Panel
I leave an updated version of this sample.
You don’t need Wisej to handle legacy html forms. Simply use an aspx page. It can be displayed in an IFramePanel or AspNetPanel control. See attached sample.
Please login first to submit.