I am creating an ASP.NET User Control that I always want styled a specific way. Is there a way to override the parent's Theme
and StylesheetTheme
properties?
Edit: I have tried using the EnableTheming
property, both in my User Control and in the .aspx page. Neither worked.