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
2answers
91 views
How do I set the maskededitvalidator MinimumValue property to today?
I am using an AJAX Control Toolkit: 'maskededitvalidator' to validate a textboxe's date entry. I am trying to set the minimum value programatically to today's date. I have tried both adding it to the ...