Web Forms

ASP.NET Web Forms are the core of any ASP.NET web application development effort. The Web Form is fundamental to presenting information and data to the user and also for responding and processing information and data from the client’s interactions with the displayed Web Form.

A Web Form is like a traditional ASP page, with a few notable exceptions. The following sections briefly outline these exceptions.

Flexible/Powerful User Interface

It is possible to create complex interfaces that can interact with users in a more controlled and flexible way using Web Form server controls. These are a set of controls provided by the ASP.NET framework for interface development. Without these controls, complex user interfaces are generally difficult ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.