How to call nested ajax call and send object data to controller in ASP.Net MVC 5
问题 I have two controller Settings Controller Action - GetAvailableLocationsFor HomeController Action - Index Steps I want to acheive Make ajax call to GetAvailableLocationsFor and then get the object data from success call back. No view is required for this Action. Now with the object data received make another ajax call to Index Action in HOMECONTROLLER and pass the object there. Below is what I could achieve. HomeController - GetAvailableLocationsFor public ActionResult