Access Server Side DataTable to javascript in asp.net MVC 3.0
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.
精彩评论