ASP.NET Web Pages (Visual Studio)
The topics in this section provide information about creating and editing Web pages in Visual Web Developer.
In This Section
- ASP.NET Web Pages Introduction (Visual Studio)
-
Provides an overview of ASP.NET Web pages, including a tutorial on creating pages and other files.
- Web Page Designer
-
Provides information about how to use the editors in Visual Studio to create and edit ASP.NET Web pages and other files.
- Programming ASP.NET Web Pages (Visual Studio)
-
Provides information about how to create event handlers in ASP.NET pages.
- Programming ASP.NET Web Pages with Client Script
-
Provides information about to raise and handle events in client script and how to add client script to ASP.NET Web pages.
- ASP.NET Master Pages in Visual Studio
-
Provides information about how to create a consistent page layout for your Web site by using a template (master page) and separate content pages.
- ASP.NET Themes in Visual Studio
-
Provides information on how to create a consistent appearance for pages and controls by setting properties and CSS styles.
- ASP.NET Web Parts in Visual Studio
-
Provides information on how to create pages with application features that users can select and customize in a browser.
- Saving ASP.NET Page Values (Visual Studio)
-
Provides information on how to store information between page requests.
- ASP.NET Caching (Visual Studio)
-
Provides information on how to store page output and frequently used application information in server memory for improved performance.