8
Reply

How you validate Phone Number in ASP.NET?

Nishant Arora

Nishant Arora

11y
12.8k
1
Reply

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

    Mobile Number : ^(\+91[\-\s]?)?[0]?(91)?[789]\d{9}$Phone Number : \+?\d[\d -]{8,12}\d

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

    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:- ---------------------------------------------------------------

    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:- ---------------------------------------------------------------