jQuery 将 DataTables 插件中的记录更新到数据库中
我想知道将数据表中的记录插入数据库的最佳方法是什么,只是注意到我正在使用 ASP.NET/WebForms &用于从数据库检索信息的 Web 服务。
I would like to know what's the best way to insert records from Datatables into a database, just noticing that I'm using ASP.NET/WebForms & WebServices to retrieve the information from DB.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数使用 DataTable 的人都在使用 MVC。不过,这里有一个关于如何将其与 WebForms 一起使用的分步教程:
第 1 部分:http: //blueorbitsoftware.com/blog/?p=17
第 2 部分:http://blueorbitsoftware .com/blog/?p=78
Most people using DataTables are using MVC. However, here is a step-by-step tutorial on how to use it with WebForms:
Part 1: http://blueorbitsoftware.com/blog/?p=17
Part 2: http://blueorbitsoftware.com/blog/?p=78