volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 507 forks source link

jtable with ado.net dataset #1549

Open ravi0207 opened 9 years ago

ravi0207 commented 9 years ago

How to do CRUD operation using jquery jtable with ado.net dataset.

sheryever commented 9 years ago

Use asp.net WebApi controller or Asp.net Mvc, which can get and return jtable required parameters and response. jtable works with ajax call, on the server side you can use any technology which can return and accept json based data, even you can also use jtable with javascript local array or http localdb.

In the jtable documentaion you can find the demos.