I have a custom user control that contains asp:ValidationSummary. It is placed on a page along with other controls that display data. When I try to save the page and the validation fires, I get the following, strange behavior: If I mouse over any controls on the page, all labels turn to red color, when the cursor leaves page, they return to the color specified in their css. I did not find any code for mouseover, etc... I wonder if the ValidationSummary is doing something that I am not aware of? I appreciate any feedback.
Thanks.