Controller method is not hitting in Datatables C# MVC
问题 I am using Datatables in my application, but to fetch the data controller method is not getting triggered. I am able to render the table on UI, but the data is coming is NULL. Here is my code Imported items in SITE.MASTER <link href="/Scripts/DataTables/media/css/demo_page.css" type="text/css" rel="stylesheet" /> <link href="/Scripts/DataTables/media/css/demo_table.css" type="text/css" rel="stylesheet" /> <script src="/Scripts/Lib/jquery-1.4.2.js" type="text/javascript" language="javascript">