Chapter 6 - Disable Theming
I've successfully created skins and named skins with results as documented. However, when I attempt to the EnableTheming property override (p136), it does not appear to take. The code is:
<asp:Button ID="Button1" runat="server" Text="Button" EnableTheming="false" />
I'm a beginner at this - so any help appreciated.
|