Restrict '\' character using RegularExpression Validator..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everybody,

How do restrict entering these characters <>\"%';()& and telling user
these caharcters are not allowed to be enter in the textbox field using
RegularExpression Validator? I put in the Validation Expression property
[^<>\"'%;()&]. It restrict every character execpt 0 to 9. How to fixed this?

I used [^<>\"'%;()&]+ in validation Expression property of Regular
Expression Validator Control. All are working except when entering the
character \, which suppose to restrict it. How to restrict '\' character?
Thanks.



den2005
 
den said:
This problem has been resolved.


den2005
Would you like to share your solution in the instance someone else has
the same problem?

Regards
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top