ASP.NET 1.1

ASP.NET 1.1

rossalerossale Posts: 1Questions: 0Answers: 0
edited September 2009 in General
Hi,
I would like to know if is possible to use this wonderful plug-in in ASP.NET 1.1 .

Thanks a lot!!!

ALessandro

Replies

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Hi ALessandro,

    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
This discussion has been closed.