How to Store the DataTable get from the DB?
How to Store the DataTable get from the DB?
chelseajcole
Posts: 12Questions: 0Answers: 0
Currently, I am working in MVC environment. I get the DataTable (now in c#) from the DB, but in order to realize an AJAX call from the client-side to get the datatable page by page, I need to have a container to store the datatable somewhere so that the AJAX call can get data from that container and give back pages to the browser. My question is: how to create that container to store the DataTable?
This discussion has been closed.