Can someone suggest how to implement a custom validator for a Web Forms Calendar control? Apparently, neither RequiredValidator nor CustomValidator work out of the box with the Calendar control.
One solution offered by Microsoft is to extend the Calendar:
How to extend a Web form control to work with the validation controls by using Visual C#
Is there not a simpler solution?
See Question&Answers more detail:os