Tagged Questions
0
votes
0answers
12 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
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.*).
...