Possible Duplicate: how to decode url param with c#
I want to change all those %20 ect. to spaces ect.
HttpUtility.UrlDecode(String) and HttpUtility.UrlEncodeUnicode(String)
Use
Server.UrlDecode(string);