Tagged Questions

1
vote
2answers
1k views

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 ...
1
vote
1answer
1k views

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 <asp:TextBox ...
0
votes
1answer
199 views

AjaxToolkit.MaskedEditExtender doesn't accept mask

overnight the ASP.NET AJAX extender MaskedEdit stopped working. <asp:MaskedEditExtender ID="dateTB_Maskedextender" runat="server" MaskType="Date" Mask="9999/99/99" TargetControlID="dateTB" ...
0
votes
1answer
159 views

AjaxControlTookit Masked Edit

I'm trying to create an textbox with a date input mask, such as "dd/mm/yyyy". The mask should be displayed before the textbox gains focus and when the user enters the date, the mask should still be ...
0
votes
1answer
213 views

ASP.net, Ajax, JavaScript help

I need help in how to set webform control proprieties in asp.net and ajax control using javascript. I have asp page that has checkBox, TextBox, MaskedEditExtender, and RegularExpressionValidator. I ...