[Mono-devel-list] Possible Bug with ValidationSummary ?
Matthew Metnetsky
met at uberstats.com
Fri Jul 30 14:43:07 EDT 2004
No matter what I tried I was unable to get the ValidationSummary control
to NOT print out (style="color: Red") as a attribute. So I decided to
look at the source and low and behold the constructor looks as such.
public ValidationSummary(): base(HtmlTextWriterTag.Div)
{
uplevelRender = false;
ForeColor = Color.Red;
}
Should this be? Because as such, I can never override this option with
any css class. And if this isn't a bug, it should be ;-)
~ Matthew
More information about the Mono-devel-list
mailing list