Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

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. File: Web.Config <configuration> <system.web>   <pages styleSheetTheme="Site" /> </system.web> </configuration>