开发者

Jquery grid data binding from SQL server

开发者 https://www.devze.com 2023-02-27 14:45 出处:网络
How can I populate jquery grid from SQL s开发者_JAVA技巧erver?You should specify more details to get a better response.

How can I populate jquery grid from SQL s开发者_JAVA技巧erver?


You should specify more details to get a better response.

However, you cannot call SQL Server from JQuery just like that. You need a Web Service or a WCF Service that will handle the database call (eg. via ADO.NET), and then the service operation can return a JSON result to your JQuery client. Once you have the JSON result you can bind it to any view (DataGrid table, List etc.)

0

精彩评论

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