Level at which Theme is applied - Master Pages

Q.  At which level Theme can be applied?
- Published on 27 Jul 15

a. Page level
b. Site level (through the Web.config file)
c. Individual control level
d. All of the above.

ANSWER: All of the above.
 

    Discussion

  • Nihal   -Posted on 01 Oct 15
    Theme can be applied to Page level, Site level and Individual control level.
    Page level theme can be applied by using following line in aspx page.
    <%@ Page Language=”C#” Theme=”YourThemeName” %>
    If you declare theme in web.config file then it will be apply to whole web application.
    By using skinid attribute you can apply theme to particular control.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)