CustomValidator doesn't validate on a textbox that is empty

  • Thread starter Thread starter Ned
  • Start date Start date
N

Ned

I am trying to use a CustomValidator on a textbox. The Validator uses
a client-side funtion but it doesn't run if the textbox is empty. If
there is data in the text box it runs fine. Any suggestions
appreciated. Thanks!
 
Required Field Validator?

Also, are you saying it doesn't run or it passes validation?
 
If you wish to validate the fact that it is empty you need to use a required
field validator.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top