Thursday, 16 December 2010

Explain 3 levels at which a theme can be applied for a web application?

 

At page level - Use the Theme or StyleSheetTheme attribute of the @ Page directive.

At application level - It can be applied to all pages in an application by setting the <pages> element in the application configuration file.

At web server level - It define the <pages> element in machine.config file. This will apply the theme to all the web applications on that web server.

No comments:

Post a Comment