[Mono-devel-list] Possible Bug with ValidationSummary ?

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Jul 30 14:59:26 EDT 2004


El vie, 30-07-2004 a las 14:43, Matthew Metnetsky escribió:
> 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 ;-)

If what you expect is what MS does, file a bug report with a simple test
case.

-Gonzalo





More information about the Mono-devel-list mailing list