Hello
I am using a text box where I want the user should input only alpha numeric values.
I tried to used regular expression validator
In the validation expression I wrote a-z,A-Z,0-9
But it does not work
Where am I wrong
regards
cmrhema
I am using a text box where I want the user should input only alpha numeric values.
I tried to used regular expression validator
In the validation expression I wrote a-z,A-Z,0-9
But it does not work
Where am I wrong
regards
cmrhema
Comment