M
Mark Dengler
I'm hoping this is simple. All I want to do is to make sure that a /
(slash) is not entered into a text box. here are some of my failed
attempts:
ValidationExpression="\w[^\/]"
ValidationExpression="\w[^/]"
ValidationExpression="^/"
ValidationExpression="[^/]"
ValidationExpression="w[^/]"
... and many more variations. please help!
(slash) is not entered into a text box. here are some of my failed
attempts:
ValidationExpression="\w[^\/]"
ValidationExpression="\w[^/]"
ValidationExpression="^/"
ValidationExpression="[^/]"
ValidationExpression="w[^/]"
... and many more variations. please help!