AJAX .NET 2005 utf-8 querystring
-
Our application needs to support multilanguage(UTF-8). Web.Config entries are encoded to UTF-8. We are using ajax and passing some special characters in querystring which are automatically removed when it comes to the aspx page. When we debug javascript the URL is showing the exact string when calling XMLHTTP send method. Javascript escape also didn't work. Any ideas on how to go about?
-
Our application needs to support multilanguage(UTF-8). Web.Config entries are encoded to UTF-8. We are using ajax and passing some special characters in querystring which are automatically removed when it comes to the aspx page. When we debug javascript the URL is showing the exact string when calling XMLHTTP send method. Javascript escape also didn't work. Any ideas on how to go about?
What about "
encodeURIComponent()
" link] ?Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)