开发者

Jquery grid data binding from SQL server

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜