ASP.NET master pages enable you to create a page layout (a master page) that you can use with selected or all pages (content pages) in your Web site. Master pages can greatly simplify the task of creating a consistent look for your site. The topics in this section introduce master pages and describe how to create and manage them.
- ASP.NET Master Pages Overview
- Nested ASP.NET Master Pages
- Working with ASP.NET Master Pages Programmatically
- MasterPage
- Creating ASP.NET Web Pages
Provides links to topics on creating ASP.NET Web pages.