Using html forms

0
0

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>

  • You must to post comments
0
0

Wisej AspNet Panel

I leave an updated version of this sample.

 

  • You must to post comments
0
0

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.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.