Arch4ngel
Well-known member
Ok... Im not used to RegularExpression...
I got a serial number that is only composed of character and number (their position arent regular). I want to use a RegularExpression to make sur that their is only character and number in the text box.
I use a RegularExpressionControlValidator. ControlToValidate is set to a TextBox named txtNoSerial.
Some help could help me!
(I know I could have done it in a loop and verify character by character but I want it done by a regular expression as far as it can do it.)
I got a serial number that is only composed of character and number (their position arent regular). I want to use a RegularExpression to make sur that their is only character and number in the text box.
I use a RegularExpressionControlValidator. ControlToValidate is set to a TextBox named txtNoSerial.
Some help could help me!
(I know I could have done it in a loop and verify character by character but I want it done by a regular expression as far as it can do it.)