I would like to get JSON result from another Controller and pass it back to client, here is the scenario:
using JQuery Client request for JSON from Controller A --> Controller A pass parameter to Controller B and get's JsonResult --> Controller A pass JSON back to Client.
What is the best way to approach this scenario??