SUJAY ANAND

SUJAY ANAND

  • 797
  • 983
  • 30.7k

Textbox validation

Nov 1 2019 1:51 AM
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)