hello experts,
today i am going to discuss how to create a validation on mobile number in asp.net
there are number of examples i can prove but i like this "^[0-9]+(-[0-9]+)*$" because this is one of the most simplest validations i have ever use in my recent projects....
I hope this validation might helps you.