The thing you want to implement is called pagination. To improve your performance you should implement AJAX. By this you have to fetch all the records from database only at once and you can use it several times. To complete your requirement yo have to do the following:
1. Set the limit that how many records at a time you want to display per page in a config file.
2. Then on the very first time of loading your page you...
User Profile
Collapse
-
I don't know that which server side technology you are using. But if u are trying it in PHP then at first you have to make a request to your server using XMLHttpRequest object and on the server end you have to read that file's content using readfile() function. Then you should set some headers like content-type, pragma and Cache-control etc and finally echo that content on your web page using PHP 'echo' .Leave a comment:
-
AJAX Back Button Problem
Hi,
I am using AJAX in one of my application and because of it I am getting the problem of AJAX back button. So can u tell me please that how to solve this problem.
No activity results to display
Show More
Leave a comment: