FilteredTextBox - allow non-english characters

Posted by superexsl on Stack Overflow See other posts from Stack Overflow or by superexsl
Published on 2010-03-15T02:40:52Z Indexed on 2010/03/15 2:49 UTC
Read the original article Hit count: 514

Filed under:
|
|
|
|

Hey,

I'm using the AJAX FilteredTextBoxExtender, but I'm not sure how to let it accept non-english characters such as é and á. I know I can manually add these in the InvalidChar's property, but is there an easier, more practical way? When using Regex, the [\w] seems to let it through, but I'm guessing the FTBE is using another system to check for valid characters?

(I know I can use the regex validator, but for UI experience, I'd like a real time input check)

Thanks for any suggestions

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about regex