S
Striker
Is there a method for verifying first if the data entered is a valid number,
then if it's a valid phone number? By Valid phone number I mean is it 10
digits without any formatting EXAMPLE ##########?
I think I can use IsNumeric for the first part, but can I pass a format to
IsNumeric, if so how?
Thank You
then if it's a valid phone number? By Valid phone number I mean is it 10
digits without any formatting EXAMPLE ##########?
I think I can use IsNumeric for the first part, but can I pass a format to
IsNumeric, if so how?
Thank You