The OP said that he was using ASP. Depending on what data you're showing, the tablesorter plugin might work for you. It's got pagination built in if I recall.
andy -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rene Veerman Sent: Monday, October 27, 2008 12:23 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: pagination solution 'plugin' usually refers to a javascript thing. you need php aswell and since db definitions vary wildly, it's hard to create something standarized.. i dont know of any components/plugins that do this and are easy to configure.. i did write something on this topic, which you can find here: http://www.nabble.com/how-to-do-paging--tc19759005s27240.html bdee1 wrote: > I am looking for a simple solution to add pagination to some reports i > have built using ASP and jquery. the problem is that the reports are > returning so much data that the script(s) are timing out. SO based on > that - i assume i woudl need to have some kind of ajax based > pagination so that the script is only returning a small amount of data from the database at a time. > > But i will also need to be able to sort the columns and possibly > search them. > > is there any simple plugin or combination of plugins that will allow > for this? >