导航

ASP.NET------Themes and Skins(From MSDN)

Posted on 2009-08-12 17:03  鸡尾虾的壳  阅读(310)  评论(0编辑  收藏  举报

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 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.