Tagged Questions

0
votes
0answers
12 views

MaskEdeditvalidator IsValidEmpty set to false but still exempted when submit

The code attached as below, It is working properly when I do not submit the form as expected. The date is required field and I did set the IsValidEmpty to false. I wondering why the validation could ...
0
votes
1answer
120 views

Any ideas why this MaskedEditValidator isn't behaving properly?

I am trying get the following to valid to dd-MMM-yyyy. The calendar extender passes this format to the text box but is never shown in the text box. The validation message appears for a fraction of a ...