I\'m passing two string parameters from a jQuery ajax call to an MVC controller method, expecting a json response back. I can see that the parameters are populated on the cl
If you have trouble with caching ajax you can turn it off:
$.ajaxSetup({cache: false});