Hi ,
I need help.
1: Im executing a query which throws some 1000 rows. Out of which only 20 rows shuld be displayed per page on the Front end at a time.
So i need to apply the concept of pagination here. Which means these 1000 rows should be distributed into number of pages (each containing 20 rows). I should display only those rows in the page which the user has selected.
How do i do this. Please give...
User Profile
Collapse