Paging through a list of objects and repopulating using JQuery,AJAX
I have a list of objects and I would like to create my own custom control that pages through the list using Jquery to make the Ajax calls to my pager methods. I've had some experience with Jquery but need a helping ha开发者_开发百科nd and I really don't want to use update panels etc. So the scenario is.....user clicks next, the C# method is called using Ajax, the code gets the relevant data and sends re-populates the UI with the next item in the list.
If anyone knows any good sites or anything please let me know!
Cheers
Louis
Look at the jQuery pagination plugin that does paginate your JSON data.
and i also i used asp.net mvc and linq to sql to do a similar sample and it is well shown in this SO question Json Objects
精彩评论