Nishant Arora
How you validate Phone Number in ASP.NET?
Posted by Nishant Arora in .Net | ASP.NET on Nov 26, 2012
  • 0
  • 7
  • 2006
Do you know the answer for this question? Post it below.
Guest
Posted by Neena M on Dec 10, 2012
  • 7

use Regular Expression Validator and in its property select ValidationExpression and paste ^[01]?[- .]?\(?[2-9]\d{2}\)?[- .]?\d{3}[- .]?\d{4}$ f

Posted by Manoj Kumar on Nov 29, 2012
  • 3

you can use Ajax Filtermask Extender tool for Mobile number:- --------------------------------------------------------------- you can use Ajax Filtermask Extender tool for Phone number:- --------------------------------------------------------------- you can use regular expression validator for mobile number:- ---------------------------------------------------------------

Posted by Neelima on Jan 18, 2013
  • 0

mostly mobile numbers in india starts with 7,8,9 ^[7-9]{1}.*[0-9]{9}$

Posted by sonu singh on Dec 28, 2012
  • 0

Posted by sonu singh on Dec 28, 2012
  • 0

Posted by Manoj Kumar on Nov 29, 2012
  • 0

Posted by Manoj Kumar on Nov 29, 2012
  • 0

you can use Ajax Filtermask Extender tool for Mobile number:- --------------------------------------------------------------- you can use Ajax Filtermask Extender tool for Phone number:- --------------------------------------------------------------- you can use regular expression validator for mobile number:- ---------------------------------------------------------------


Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Get Career Advice from Experts
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.