Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to Asp.net MVC.Previously I have used asp.net web form. Now I am moving to Asp.net mvc.In my application I want to show data to user which has paging,sorting and edit and delete link button. Which will be the better option doing this in asp.net MVC. Jquery Datatable? or any other.

//cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css
//cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js


Is it good to include these files in project for JqueryDataTable. If any issue on that websites's server,will my project affect.

What I have tried:

<pre>//cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css
//cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js
Posted
Updated 2-Jul-21 2:41am

1 solution

We use DataTables.net in quite a few MVC applications, and it works well.

Jovan Popovic posted a series of articles here on CodeProject that describe how to integrate DataTables with MVC:
jQuery DataTables and ASP.NET MVC Integration - Part I[^]

There are also NuGet packages and an open-source project which help:
GitHub - ALMMa/datatables.aspnet: Microsoft AspNet bindings and automatic parsing for jQuery DataTables along with extension methods to help on data queries.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900