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>
By specifying the theme in the web.config file.
Eg: <configuration>
<system.web>
<pages theme=�BlueMoon� />
</system.web>
</configuration>
No comments:
Post a Comment