1. Server processing
Although form.html can be raised by POST or GET method, it still cannot handle user input, still a static page, now we need to process user input and return in the server.
There are many ways to handle user input on the server side, because this article is an ASP.NET tutorial, so just about ASP.NET.
ASP.NET uses Web Form to describe the web page, with object-oriented programming methods, with .NET Framework, make web application design easier, more efficient, and more powerful.
2. Web Forms
Start with a simple sample program:
Doadd.aspx
HTML code:
hEAD>