Mega Code Archive

 
Categories / ASP.Net Tutorial / Development
 

Configure specific controls so they opt out of the theming process entirely

Set the EnableTheming property of the control on the web page to  false.  ASP.NET will still apply the theme to other controls on the page, but it will skip over the control you¡Â¯ve configured. <asp:Button ID="Button1" runat="server" ... EnableTheming="false" />