I need to validate a SSN that is set up in 3 different text boxes. I assume a regular expression validator would be the best for this?
What would be the proper regular expression to validate that the fields are numbers/length 3; numbers/length 2; and numbers/length 4?
Go to the complete details ...