vote up 0 vote down star

I set a custom validator on a textbox.

It only validates if there is some text in the textbox, I need it to fire all the time when someone clicks on the submit button.

How can I do this?

flag

22% accept rate

1 Answer

vote up 1 vote down

Set your CustomValidator.ValidateEmptyText to true.

From MSDN:

[ValidateEmptyText] [g]ets or sets a Boolean value indicating whether empty text should be validated.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.