Server Side Processing
Server Side Processing
I have a requirement where i need to use Server Side Processing to retrieve the data from .NET Web Service/SQL because i have huge set of data to retrieve. To handle this volume, i am planning to use server side processing with paging, sorting so that it will retrieve only small amount of data at a time and further set will be retrieved on click of next page or sorting.
I saw few of the examples but appreciate if you any one give complete example of Ajax call with .NET Service using Server Side Processing.
I wanted to retrieve only 50 records at a time, on click on next paging or sorting then further records should come.
Thanks
Kannan B
Answers
In terms of the client-side, it makes no difference what is at the server-side - you just need to add
serverSide
set to betrue
.There is a server-side processing example included in the Editor examples for .NET, which you could try out if you want. And others have written scripts for .NET and DataTables' server-side processing - but the only one written and supported by myself is the Editor one.
Allan