Pages

Men

rh

7/01/2012

How do you apply Themes to an entire application?

How do you apply Themes to an entire application?

By specifying the theme in the web.config file.
Eg: 

<configuration>
<system.web>
<pages theme=”BlueMoon” />
</system.web>
</configuration>

No comments :

Post a Comment