Can I call from a function, an action method ??

function OnSuccess() { //например: html.Action("Index","Cart"); или html.Patrial("Index", "Cart"); } 
  • And what result do you expect? - Grundy
  • Well, for example, I will call some partial method that will update me some content on the page - Puh
  • then look only towards AJAX - Grundy

0