Mega Code Archive

 
Categories / ASP.Net Tutorial / Development
 

Handling Theme Conflicts

When properties conflict between your controls and your theme, the theme wins.  To make this change, just use the StyleSheetTheme attribute instead of the Theme attribute.  <%@ Page Language="C#" AutoEventWireup="true" ... StyleSheetTheme="FunkyTheme" %>