Tagged Questions
3
votes
1answer
233 views
ASP.NET MaskedEditExtender needs to show mm/dd/yyyy when user clicks on textbox
I am using the MaskedEditExtender control for a textbox field that contains Date of Birth. I want the mask to show "mm/dd/yyyy" when the user clicks on the textbox when it is empty. Right now it ...
0
votes
0answers
227 views
ASP.NET MaskedEditValidator shows invalid when first field first displayed
I am using the MaskedEditValidator control for a textbox field that contains Date of Birth. The textbox, MaskedEditExtender, and MaskedEditValidator are all in a panel which has visible=false when ...
0
votes
0answers
2k views
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 ...