Javascript Validation for enter telephone number

  • Thread starter Thread starter Sirisha
  • Start date Start date
S

Sirisha

I have one textbox for enter telephone numbers.
i want that text box can accepts only 0 to 9 digits and one sapcace,
-,special characters.

I want Javascript script validation for that text box
 
How about the Regular Expression Validator Control with the
ValidationExpression property set to phone number? Or, enter a regular
expression of your own?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top