validate the Telephone.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, How to validate the telephone number of this format eg:123232-23131 or 2323123123 that is it may include "-" or not the telephone number should be validate. i am using RegularExpressionValidator and ValidationExpression="^\d*[0-9]$" please help..
JohnDas
-
Hi all, How to validate the telephone number of this format eg:123232-23131 or 2323123123 that is it may include "-" or not the telephone number should be validate. i am using RegularExpressionValidator and ValidationExpression="^\d*[0-9]$" please help..
JohnDas
Did you try
Custom Validator
which is available with asp.net 2.0 ?cheers, Abhijit My Recent Article : Beginner's Guide to ASP.NET Application Folder