Validatable ASP.net WebCustomControl
when u add a required field validator to your page u get to select which control to validate, so what if u created that control you want to validate...
just add the Attribute
[ValidationProperty("PropertyName")]
to your class and specify which public property of your control to use