Hi,
this is my code:
var fondo = “YF”;
$(“#list”).jqGrid({url:'/Limiti_Asset_Allocation.aspx/Elenco_Limiti_Per_Fondo?Fondo='+fondo, …
I added the parameter fondo in the url.
This was my signature of the method in asp.net mvc before adding a paraneter:
public ActionResult Elenco_Limiti(string sidx, string sord, int page, int rows)
how should I change the signature for the new parameter?
Thanks
Mirko
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top