This site is 100% ad supported. Please add an exception to adblock for this site.

Exam 70-528: Web-Based Client Development - Themes and Skins

Terms

undefined, object
copy deck
What are the two types of control skins?
1. Default skins (applies to all controls)
2. Named skins (control uses SkinId property)
What property can be used to apply a particular skin to a control?
Control.SkinID
What are the two scope levels for theme definitions?
1. Local - Available to a specific web application
2. Global - Available to all web applications available on a server
How are control settings in a theme and on a page applied when the Theme attribute is used?
Control settings in the theme take precedence over settings in the page.
How are control settings in a theme and on a page applied when the StyleSheetTheme attribute is used?
Control settings in the page take precedence over the settings in the theme.
What ASP.NET reserved folder is used to store themes in a web site?
ASP_Themes
What ASP.NET reserved folder is used to store global themes for multiple web sites?
Themes
How must a Page's StyleSheetTheme be applied programmatically?
Override Page.StyleSheetTheme and return the name of the theme to use.
What is the only code section in which a Page's Theme property can be programmatically set?
In a Page's PreInit event handler.
What attribute can be used to disable themes for a page and control?
EnableTheming (set to false)

Deck Info

10

permalink