Answer: In the Pages section inside web.config file,we give Theme name,which will be applied in all the pages in an application.
For Example:-
To apply a theme,in web.config file write:-
<configuration>
<system.web>
<pages theme = "your_theme_name" />
</system.web>
</configuration>
Asked In: Many Interviews |
Alert Moderator