Disabling Themes
Every ASP.NET control includes an EnableTheming
property. You can use the EnableTheming
property to prevent a Skin from being applied to a particular control in a page.
For example, the page in Listing 6.8 contains two Calendar
controls. The second Calendar
control has its EnableTheming
property set to the value False
(see Figure 6.3).
Figure 6.3. Disabling a Theme.
Listing 6.8. ShowEnableTheming.aspx
The page in Listing 6.8 includes a Theme
attribute that applies the Simple Theme to the page. The Simple Theme includes the Skin ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.