Posted
on Apr 6, 2012
(permalink)
I'm not sure whether it's a bug, or but ValidationSummary.HasErrors always seems to be false.
I made a simple test page, and I'm seeing ValidationSummary.Errors.Count() increment, when I type invalid content into a textbox, and I'm seeing the validation error display at the bottom of the form, but HasErrors is still false.
Still, "Errors.Count() > 0" will work for my purposes.