Questions tagged [maskededitextender]

56 questions
0
votes
1 answer

problem with MaskedEditValidator in ASP.NET AJAX

I have text box to enter a phone number. I'm using AJAX MaskedEditExtender and MaskedEditValidator to validate the phone. I have no problem with mask but the problem nothing happen when I enter for example only 3 number then lose the focus but as…
Eyla
  • 5,751
  • 20
  • 71
  • 116
0
votes
1 answer

Cursor position in ajax MaskedEditExtender upon user click (ASP.net C#)

My textbox has MaskedEditExtender, but the problem is that when user clicks on the textbox, the cursor is positioned at end (right side) rather than the left side begning. Can someone help? There were some solution to have a java script function on…
user3033921
  • 189
  • 1
  • 8
  • 21
0
votes
1 answer

Input mask on an Ajax combobox

I'm using ASP.Net 4.0 to create a web project, and I have two Ajax ComboBoxes on one of my pages. The users have requested input masks on the two ComboBoxes. I can't use the Ajax MaskedEditExtender, since it won't work with a ComboBox. Has anyone…
Melanie
  • 3,021
  • 6
  • 38
  • 56
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
0 answers

Ajax toolkit - Masked Edit Extender

I am trying to use a masked edit extender for a text box that is to display time zone offset, in the form of 05:00 or -05:00, for example. The following is what I used and it initially displays the mask and allows me to enter either of the above.…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
2 answers

What is causing text box with a MaskedEditExtender to duplicate characters?

I have a text box with a MaskedEditExtender. When I type in text, the output I get is jumbled with some numbers duplicated and others missing. If I remove the MaskedEditExtender, the textbox performs normally, but, of course, doesn't allow me to…
0
votes
1 answer

MaskedEditExtender, dates and Globalization

I want to use the MaskedEditExtender to mask short dates. The problem is that I want to mask the field depending on the user language settings. This is working for a lot of cases, but for example for Latvian Culture (with format 9999.99.99. ) is…
mati
  • 5,218
  • 3
  • 32
  • 49
0
votes
1 answer

Why is maskedEditExtender not replacing the mask?

I have a simple time box that seems like it should work but has a couple issues: The cursor jumps to the end of the input The mask "_" is not being replaced as the user types ajaxToolkit:MaskedEditExtender ID="meeStartTime"…
dcp3450
  • 10,959
  • 23
  • 58
  • 110
0
votes
3 answers

ajaxToolkit:MaskedEditExtender - is there a way to write a custom MaskType or can I use "Time" after all?

I'm trying to use ajaxToolkit:MaskedEditExtender for a time interval input. Now I want to be able to allow for hours:minutes, but the way I do it, it only allows for 00:00 to 23:59. I however need it to also allow 999:59, i.e. I don't want a time of…
EasierSaidThanDone
  • 1,877
  • 4
  • 20
  • 29
0
votes
2 answers

Is it possible to use a Maskeditextender for IP Adress?

I'm using AjaxControlToolKit for an application and I'm using the MaskEditExtender on a TextBox. This TextBox will be use to get something like an IP address (I.E.: 999.999.999.999 OR 999.999.999.*). I've no difficulty to make the first one…
0
votes
1 answer

MaskedEditExtender in asp.net

How can I useMaskedEditExtender for textbox that should accept address of website? thanks
Wafaa
1 2 3
4