How can i bind or append datas from my temporary datatable(dt) to Datatables.
How can i bind or append datas from my temporary datatable(dt) to Datatables.

Hi,
am using normal asp.net webpage(not MVC) to display some datas from sql server. At present am using gridview to display things. I found Datatable is a great tool to display my datas. Its having lots of inbuilt features.
As now am calling datas from back-end and stored it in a temporay storage i.e, datatable(dt). From there i bind it to gridview.
I would like to know how to bind those datas to this Datatables(with or without that gridview).
This discussion has been closed.