Used this for an MVC dashboard I was creating. Just include JQuery and you can bust out quick partial view loads on the fly!
$(“#divTarget”).load(“/home/viewname”, { param1: “value1”, param2: “value2” });
Rise and Grind
Used this for an MVC dashboard I was creating. Just include JQuery and you can bust out quick partial view loads on the fly!
$(“#divTarget”).load(“/home/viewname”, { param1: “value1”, param2: “value2” });