CustomValidation control doesn't work with Arabic language

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • JustRun
    replied
    Well, I use in my application App_GlobalResou rces which contains some global validation commands, is that what you mean, Please explain more

    Leave a comment:


  • kenobewan
    replied
    You could try with the regular expression validator. Another avenue to explore may be globalization, but haven't tried this.

    Leave a comment:


  • CustomValidation control doesn't work with Arabic language

    Hi,

    I'm developing a web application using ASP.NET2.0 with C#, I have tried to use custom validation controls to validate my forms, it worked very well in the English language , but when i test it with Arabic it didn't cause the validator consider the Arabic characters as Special Characters (. - ' " ...) which i prevent them in my forms.

    Is there any idea to make the validation control work with both, English and any other Unicode Language like Arabic

    Thanks
Working...