How can I use the client-side validation of a RequiredFieldValidator in combination with my custom u

Posted by vdboor on Stack Overflow See other posts from Stack Overflow or by vdboor
Published on 2010-04-13T10:10:04Z Indexed on 2010/04/13 10:12 UTC
Read the original article Hit count: 311

Using the ValidationProperty I've managed to connect a RequiredFieldValidator with my custom control. When I enable client script in the validator, JavaScript errors occur.

Is there a way to tell the RequiredFieldValidator how it can validate my custom control in the client?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about form-validation