I am using above method & it works well with one parameter in url
e.g. Students/getstud/1 where controller/action/parameter format is applied.
now I have an action in Students controller that accepts two patameters and return json object.
so how do i post data with $.getJSON() using post method.
Similar methods are also acceptable.
point is to call action of controller with ajax.
getingetJSONmeans use GET to get some json. – Majid Fouladpour Aug 17 '12 at 21:36