Tagged Questions
0
votes
1answer
1k views
Masked Edit Extender Format Issue
I am using an ASP.NET AJAX Masked Edit Extender to format phone numbers
<asp:TextBox ID="tbPhoneNumber" runat="server" />
<ajaxToolkit:MaskedEditExtender TargetControlID="tbPhoneNumber" ...
0
votes
1answer
768 views
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 ...
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 ...