RegularExpressionValidator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how to i check if a textbox is only numeric? don't care about lenght
ie 741254
and also for a ssn xxx-xx-xxx
thanks
stan
 
For number-only check, this should work: ^\d*$

For SSN, check out http://www.regexlib.com/ It has many reg ex variants.

message how to i check if a textbox is only numeric? don't care about lenght
ie 741254
and also for a ssn xxx-xx-xxx
thanks
stan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top