ASP.NET Web Forms Pages
ASP.NET Web Forms pages provide the user interface for your Web ASP.NET Web Forms applications. The topics in this section provide information on how ASP.NET Web Forms pages work and how to create and program them.
In This Section
ASP.NET Web Forms Pages Overview
Provides general information on the structure of ASP.NET Web Forms pages, how these pages are processed by ASP.NET, and how ASP.NET Web Forms pages render markup that conforms to XHTML standards.ASP.NET Web Forms Page Syntax Overview
Describes the basic markup elements that make up an ASP.NET Web Forms page.Programming ASP.NET Web Pages
Provides information on how to create event handlers in ASP.NET Web Forms pages and how to work with client script.ASP.NET Web Forms Page Code Model
Provides an overview of the programming model inherent to all ASP.NET Web Forms pages, which includes the single-page model, the code-behind model, and how to decide which model to use.ASP.NET Page Class Overview
Describes the run time class that is generated and then compiled to represent a page, and provide a programmable object corresponding to that page.XHTML Standards in Visual Studio and ASP.NET
Describes XHTML standards and explains how to implement them in ASP.NET Web Forms pages.Accessibility in Visual Studio and ASP.NET
Describes Web accessibility standards and explains how to implement them in ASP.NET Web Forms pages.Walkthrough: Creating a Basic Web Forms Page in Visual Studio
Provides a tutorial on creating a simple ASP.NET Web Forms page.Walkthrough: Creating a Basic Web Forms Page with Code Separation in Visual Studio
Provides a tutorial on creating a simple ASP.NET Web Forms page using the code-behind programming model.Walkthrough: Code Editing in Web Forms Pages in Visual Studio
Illustrates various features of the code editor. Some of the features of the code editor depend on what language you are coding in. Therefore, in this walkthrough you create two pages, one that uses Visual Basic and another that uses C#.How to: Add ASP.NET Web Forms Page to a Web Project
Provides a procedure for adding new and existing ASP.NET Web Forms pages to a Web site in Visual Studio.
Related Sections
ASP.NET Web Projects
Provides information on how to create, customize, and manage an ASP.NET Web Forms application (sometimes referred to as a Web site).ASP.NET Web Server Controls Overview
Provides information about how ASP.NET Web Forms server controls work, how to add them to ASP.NET Web Forms pages, and how to program them.ASP.NET Data Access Content Map
Provides information on displaying and editing data in ASP.NET Web Forms pages.ASP.NET State Management Overview
Provides information on storing information between page requests when you use Web Forms pages.ASP.NET Security
Provides information on security threats to your ASP.NET applications, ways in which to mitigate threats, and ways to authenticate and authorize users.ASP.NET Troubleshooting and Debugging
Provides information on handling errors, debugging ASP.NET pages, viewing trace information during page processing, and using monitoring the health of your application.