How to get the actual querystring from the Request object when the querystring is UrlEncoded or has percent characters in ASP.NET?
Basicly, if I have a Url like t
I had the same problem. I solved it just by adding in javascript "escape('text % text')" while contructing the querystring!