Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Currently, the DataTable is code in C#, and it is an class in c#. Inoder to do the pagination, this DataTable show be convert into some web language. How can I do that? I wanna use Jquery and AJAX to do the pagination, now the problem is how to convert the DataTable into the structure which could be used in JQuery and AJAX.

Best,
Posted

1 solution

Take a look at these 2 article, I think this gives you what exactly need.

Client-side Paging for DataGrids[^]

AJAX DataGrid(with client-side paging ) at glance[^]
 
Share this answer
 
Comments
Jie Zhang3 22-Jun-11 10:32am    
Do you mean that DataGrid is method that can help DataTable show in browser?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900