ASP.NET Web Forms Tutorials
Microsoft has made several aspects of working with forms easier in ASP.NET 2.0. These tutorials provide solutions to many form-related problems you are likely to encounter in using ASP.NET. Forms provide the visual interface of your applications. Each form is a combination of programming logic and user interface rendered as an HTML page by the user's browser. ASP.NET server controls provide the basic building blocks of forms and expose an object model containing properties, methods, and events.