Skip to main content

Web Forms is a part of the ASP.NET web framework. It is one of the programming models you can use to create web applications. Web Forms are pages that users request through their browsers and that form the user interface (UI) that gives web applications their look and feel.

Web Forms is a part of the web application framework. It is one of the programming models you can use to create web applications.

Web Forms are pages that users request through their browsers and that form the user interface (UI) that gives web applications their look and feel. Web Forms are written using a combination of HTML, server controls, and server code. When users request a page (Web Form), the page's code is compiled and executed on the server, and HTML markup is generated and returned to the browser for rendering.

Further Reading

Tutorials