4
Answers

Textbox validation

Photo of Sujay Anand

Sujay Anand

5y
574
1
How to validate the input box using Asp.net?
 
<input id="txtmobile" runat="server " data-format="+971 (ddd) ddd-dddd">
 
The default value is to be +971. If the input box is +971 consider this as empty box validation. Or else added successfully. 

Answers (4)