How can we apply Themes to an asp.net application?

ANS:-  We can specify the theme in web.config file. Below is the code example to apply theme:

<configuration>

<system.web>

<pages theme="Windows7" />

</system.web>

</configuration>ed.

No comments:

Post a Comment