开发者

Access Server Side DataTable to javascript in asp.net MVC 3.0

开发者 https://www.devze.com 2023-02-08 08:45 出处:网络
How can I access the DataTable created server side in mvc 3.0 in javascript. I want the datain jqgrid so i need the DataTable in javasc开发者_StackOverflow中文版ript.You should define WebMethod on you

How can I access the DataTable created server side in mvc 3.0 in javascript. I want the data in jqgrid so i need the DataTable in javasc开发者_StackOverflow中文版ript.


You should define WebMethod on you asp.net page and return data in json format. The question was asked on SO.

0

精彩评论

暂无评论...
验证码 换一张
取 消