marka971 Posted March 26, 2004 Posted March 26, 2004 Hi, I have a problem with regular expression validators adn Swedish characters. I have a validator with the expression [\w -]* that allows characters common in words, wich includes Swedish characters. When EnableClientScript is set to false, it works well and I am allowed to enter Swedish characters, but when I set EnableClientScript to true, it doesn't - why? BR Markus Quote
*Gurus* Derek Stone Posted March 29, 2004 *Gurus* Posted March 29, 2004 It's most likely a problem with the RegularExpressionValidatorEvaluateIsValid function sent to the client. You can try altering that function, or perform custom validation. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.