When I try to pass some special characters, though query string in the URL property of the Ajax post method, it seems to be some error happened. That means I won't get correct special characters when hitting controller action in ASP.NET MVC 4.
My code is
var temp=temp@#$#%#%#979
url=(Controller/Action/id/name?departname=+temp);