I want to validate a string value from textbox.
Validation requirements are:
How can I do this?
Use a Regex validator control with the expression: ^[0-9A-F]{2}$
^[0-9A-F]{2}$