This is a discussion on pagination with ajax within the Other Web Programming Languages forums, part of the Web Development category; hi all, what i am trying to do is fetching results from mysql through a php script using ajax and ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi all, what i am trying to do is fetching results from mysql through a php script using ajax and showing them in paginated manner on the browser. I am getting a json response. Currently i am showing 15 results at a time. if the user wishes to see next set of results, then a ajax call is made again which fetches the next 15 results. I want to know what can be the maximiun number of results in response that is optimal for browser. I am asking this because the database has about 5000 results. Should i fetch them all at once and then paginate whole results solely on browser or 15 at a time is better. Thanks Rajkumar... |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to use ajax in asp.net and how to install ajax in my system | vel.m8 | ASP and ASP.NET Programming | 5 | 04-08-2008 07:55 PM |
| pagination for a folder? | saravanan | PHP Programming | 0 | 03-21-2008 04:53 AM |
| ajax | ursklakshmanan | PHP Programming | 3 | 03-17-2008 01:21 AM |
| Write sample code for pagination using java script | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 09-10-2007 11:00 PM |
| ASP.NET AJAX secrets | a.deeban | ASP and ASP.NET Programming | 15 | 09-05-2007 06:11 AM |