I need a control with a logic similar to ValidationSummary, but which would print only the count of validation errors in the current Validation.Target.
By default, it should include errors from the target and its children.
It should also have the InvalidCssClass property that would be applied on the element (specified in WrapperTagName - span by default) when there is at least one error.