October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Rather than add the Theme or StyleSheetTheme attribute to each and every page to which you want to apply a Theme, you can register a Theme for all pages in your application in the web configuration file.
The Web.Config file in Listing 6.10 applies the Site Theme to every page in an application.
Listing 6.10. Web.Config

Rather than use the theme attribute, you can use the styleSheetTheme attribute to apply a Theme to the pages in an application. If you use the styleSheetTheme attribute, you can override particular Skin properties in a page.
The web configuration file in Listing 6.11 includes the ...
Read now
Unlock full access