DataTables is a client-side script (in Javascript), so the programming language that you use on the server-side has no baring on the client-side (unless you are using server-side processing!). So yes, ASP.NET, PHP, C#, C, Perl, anything will work. Basically all you need to do is output your table to standard HTML, and then initialise DataTables on that table. See http://datatables.net/examples/basic_init/zero_config.html for an example.
Replies
DataTables is a client-side script (in Javascript), so the programming language that you use on the server-side has no baring on the client-side (unless you are using server-side processing!). So yes, ASP.NET, PHP, C#, C, Perl, anything will work. Basically all you need to do is output your table to standard HTML, and then initialise DataTables on that table. See http://datatables.net/examples/basic_init/zero_config.html for an example.
Regards,
Allan