Apply Jquery DataTables plugin to ASP GridView
问题 I've used this plugin before in PHP so I thought I'll use it again for my ASP project. For some reason it doesn't work with my GridView control. javascript block: <link type="text/css" href="../scripts/demo_table.css" rel="stylesheet" /> <script type="text/javascript" language="javascript" src="../scripts/jquery-1.4.1.js"></script> <script type="text/javascript" language="javascript" src="../scripts/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf-8"> $(document)