DataTable: Hide the Show Entries dropdown but keep the Search box

You can find more information directly on this link: http://datatables.net/examples/basic_init/filter_only.html $(document).ready(function() { $(‘#example’).dataTable({ “bPaginate”: false, “bLengthChange”: false, “bFilter”: true, “bInfo”: false, “bAutoWidth”: false }); }); Hope that helps ! EDIT : If you are lazy, “bLengthChange”: false, is the one you need to change 🙂

Should I Dispose() DataSet and DataTable?

Here are a couple of discussions explaining why Dispose is not necessary for a DataSet. To Dispose or Not to Dispose ?: The Dispose method in DataSet exists ONLY because of side effect of inheritance– in other words, it doesn’t actually do anything useful in the finalization. Should Dispose be called on DataTable and DataSet … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)