ASP.NET themes are a collection of properties that define the appearance of pages and controls in your Web site. A theme can include skin files, which define property settings for ASP.NET Web server controls, and can also include cascading style sheet files (.css files) and graphics. By applying a theme, you can give the pages in your Web site a consistent appearance.
The topics in this section describe what ASP.NET themes are, how they work, and how to create and apply them.
- ASP.NET Themes and Skins Overview
- How to: Define ASP.NET Page Themes
- How to: Apply ASP.NET Themes
- How to: Disable ASP.NET Themes
- How to: Apply ASP.NET Themes Programmatically
- Walkthrough: Creating User-Selectable Themes
- PageTheme
- ASP.NET Master Pages
Describes how to create a consistent layout for pages in your Web site.
- ASP.NET Web Server Controls and CSS Styles
Describes how to work with CSS styles in ASP.NET Web pages.
- Creating ASP.NET Web Pages
Provides links to topics on creating ASP.NET Web pages.