aspx_beginners thread: simple regular expression help
Hi,
I want to validate a textbox on a form to make sure a number has been
entered, and would like to limit this number in range from 1-25.
This is what I have:
"[0-9]{2}$"
It is not working quite right - it will not accept values from 1-9. Can
anyone help me?
Thank you,
John
|





