Post an HTML form to ASP.NET Page
For a web application we wanted to post html page to an ASP.NET page. So I thought of having a blog post about that.
First of all open visual studio and create ASP.NET project. After that you can do rest according to below steps.
1) Create HTML page.
2) Insert form tags and define form method(post) [...]

