Question : Client Side Validation For Custom Control

I built a custom control (asp.net) which can be validated by the validation controls on the server side (because I set which property is supposed to be validated) but I dont know how to make client side validation work.  On the client side (html) it renders as a label, a text input, and a hidden input.  The value I would like to check is the text input.  It would work for me if I have to use a customvalidator control to do this but I am not even sure how to do that.

Answer : Client Side Validation For Custom Control

Random Solutions  
 
programming4us programming4us