I am working on a search page wherein I could potentially get thousands of records (I fetch Client Name only) based on search criteria. I load the data into a results div (height:300px; overflow:scroll). Is it possible to fetch a part of data first (kind of paging) and bring the next part when the user scrolls the div? I don't want to implement paging again since I already have paging implemented for a grid in the previous page. And please let me know your views if this is required too.
Any idea would be of great help.