Sunday, August 19, 2007

ASP.NET color priority

This is fun :)
 
WebControl.Style[HtmlTextWriterStyle.BackgroundColor] = Color.White.Name;
OVERRIDES
WebControl.BackColor = ColorWhite;

No comments: