Tagged Questions
0
votes
0answers
13 views
MaskEdeditvalidator IsValidEmpty set to false but still exempted when submit
The code attached as below, It is working properly when I do not submit the form as expected. The date is required field and I did set the IsValidEmpty to false.
I wondering why the validation could ...
0
votes
1answer
227 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
2answers
447 views
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.*).
...