Questions tagged [maskededitextender]
56 questions
1
vote
1 answer
Masked Edit Extender Format Issue
I am using an ASP.NET AJAX Masked Edit Extender to format phone numbers

Kumar
- 2,863
- 11
- 45
- 60
1
vote
4 answers
Databinding int32 to MaskedEditExtender enabled TextBox
I have a master/detail scheme for editing an asp:GridView using an asp:DetailsView. One of my fields is for a phone number of type int64 (always 10 digits). I would like this field to always be displayed as (###)###-####. My issue is the first digit…

Zach Skinner
- 159
- 3
- 12
1
vote
1 answer
asp.net ajax MaskedEditExtender
hi i'm using the maskeditexdenter for getting money value ,the problem is when the input is given it takes it from left to right i want it to take it from right to left. the code is

Anand
- 15
- 2
- 7
1
vote
1 answer
AJAX MaskedEditExtender turn input letters into uppercase
Can anyone please tell me how to turn all input to uppercase in a textbox with MaskedEditExtender AJAX control?
Thanks

MohammedAli_
- 175
- 3
- 4
- 15
1
vote
1 answer
MaskedEditExtender Is Too Hard to Use For Money
The MaskedEditExtender does a good job of enforcing the rules, but my users have trouble typing into its TextBox.
I want to select all the contents of my TextBox when it gains focus.
A regular JavaScript solution does not…

Zack Peterson
- 56,055
- 78
- 209
- 280
1
vote
1 answer
MaskedEditValidator not working on client side
I am trying to enforce 15-minute granularity for time information entered by the user. So, for example, 12:15 PM and 3:45 am and 9:30 A.M. are all acceptable, but 2:35 PM would not be allowed. Server-side validation works, but it would be nice if…

Matt
- 2,339
- 1
- 21
- 37
1
vote
1 answer
How to bind extenders to controls on clientside
I have some dynamically created inputs which are not server-side controls. I want to relate them to some CalendarExtender and MaskedEditExtender on the clientside. Is there a way to do that?

Serhat Ozgel
- 23,496
- 29
- 102
- 138
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…

IrfanRaza
- 3,030
- 17
- 64
- 89
0
votes
1 answer
AJAX MaskedEditExtender for phone numbers
I've read through the Masked Edit and Phone Number control at asp.net and browsed for a while on this subject but haven't found an answer as to why this behavior is occurring.
I have the following MaskedEditExtender defined for use with phone…

McArthey
- 1,614
- 30
- 62
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
2 answers
Advanced usage of Ajax Control Toolkit MaskedEdit Extender
How can I achieve the following with the Ajax Control Toolkit MaskedEdit extender?
Letter + Any number of numeric chararacter such as Z234, Z235, Z24, etc

ntombela
- 1,357
- 2
- 19
- 31
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
2 answers
Can I change default for MaskedEditExtender am/pm?
The MaskedEditExtender control that I am using is set up for a MaskType="DateTime" and the AcceptAMPM="true" but I need to know how a user can change the am/pm without having to type in A for AM and P for PM? Is there a way I can add arrows or…

Jamie
- 1,579
- 8
- 34
- 74
0
votes
3 answers
Problem with MaskedEdit from Ajax Control Toolkit - different culture
I want to use maskededit to make the user to do the same as in the ajax control toolkit sample for maskededit, but I need to use another format, since dates at my client is displayed as dd-MM-yyyy. I also need to put a value in there to begin with,…

Kjensen
- 12,447
- 36
- 109
- 171
0
votes
1 answer
AjaxToolkit.MaskedEditExtender doesn't accept mask
overnight the ASP.NET AJAX extender MaskedEdit stopped working.
That's my Markup code, pretty straight forward, but…

Enror
- 565
- 1
- 4
- 8