Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to validate a Moblie number and Indian Landline number using Javascript or validation control?
Posted
Updated 16-Sep-10 19:38pm
v3

1 solution

Regular Expressions via JavaScript or Regular Expression Validators!

Have a look at what they are here.[^]

There are various online free tools to prepare/check your regular expression. Pick one. prepare your regex and apply on the textbox onchange/onblur event of textbox using Javascript or Regular Expression Validators.

Have a look here for second option if thats confusing for you: How To: Use Regular Expressions to Constrain Input in ASP.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900