Hi,
I have TextBox on my page. I want to validating this textbox.
The rules are :
- TextBox should not get more than 20 chars
- Only aphanumeric and chars like / - # & ^ spaces to be allowed
how to do using jquery in best way
Hi,
I have TextBox on my page. I want to validating this textbox.
The rules are :
how to do using jquery in best way