Questions tagged [maskededitvalidator]

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

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.

Taken from the MaskedEdit page on the AjaxControlToolkit sample site here.

9 questions
1
vote
2 answers

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 source (and calling Page.DataBind()) or setting…
atconway
  • 20,624
  • 30
  • 159
  • 229
1
vote
1 answer

Issue with MaskedEditExtender

I am using AjaxControlToolkit for .Net 4.0 I am having a form with textbox that displays/accepts date and time in MM/DD/YYYY HH:MM format i.e. US date format with 24 hour time format. I have used TextBox with MaskedEditExtender and the…
0
votes
1 answer

Masked Edit Validator Phone

I am having trouble with the asp.net MaskedEditExtender and MaskedEditValidator. I have created a custom control with a phone mask and a masked validator. There are two issues that I am having that I could use some help to fix. Issue 1 - I have a…
user1041169
  • 639
  • 2
  • 9
  • 18
0
votes
1 answer

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 second and then all you see is the mark…
Andrew
  • 9,967
  • 10
  • 64
  • 103
0
votes
0 answers
0
votes
1 answer

maskededitvalidator validationgroup is set, still not working

I have 2 textbox which accept time from users, to which I have set the Maskededitextender and maskededitvalidator as follows: textbox 1:
Jackson Lopes
  • 215
  • 1
  • 5
  • 20
0
votes
1 answer

MaskedEditValidator does not call Clientvalidationfunction

I want to use my own Function to validate the Value of a textbox. It's because the format is like 'MMM YYYY' (e.g.: Dec 2014). I am using the AjaxControlToolkit. I saw that the maskededitvalidator provides me with the property…
0
votes
1 answer

Disabing MaskedEditValidator and MaskedEditExtender

I made a small table to allow edition, deletion, and insertion of records: The table (DataGridView, bound) is straightforward: click edit to get to "Edit" mode (which offers a "Cancel"), enter new values and click "Add" to insert a new record. Each…
0
votes
1 answer

Date validation using MaskedEditExtender

I am using Ajax for maskededitextender as well as javascript for my date field. Now in that if i insert date like 12/12/2013 then it allows me to insert. But if i insert 13/12/2013 or 12/13/2013 validation occurs Date is not valid. This is happening…
The Hungry Dictator
  • 3,444
  • 5
  • 37
  • 53