Tagged Questions

MaskedEditValidator, part of the AjaxControlToolkit is a custom validator which attaches to the MaskedEdit extender and its associated TextBox and verifies that the input text matches the pattern specified in the MaskedEdit extender

learn more… | top users | synonyms

0
votes
2answers
53 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 ...
0
votes
1answer
74 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 ...