how use jQuery DataTables to ASP.NET webform ?
how use jQuery DataTables to ASP.NET webform ?

how use jQuery DataTables to ASP.NET webform ?
not asp.net mvc
This discussion has been closed.
how use jQuery DataTables to ASP.NET webform ?
not asp.net mvc
Answers
datatables is just a jquery plugin that will allow you to turn any table into a jquery datatable. You could just use webforms to build your table like normal and then initialize it as a jquery datatable.