Im looking for a code example that would allow a display of say 20 records per page and if there are more to allow a user to click on a link that would take them to the next page and so on.
EG
I need to read a directory. Each directory name is the name of a user. There could be 200 or more even less records. It would return
page [current] [20-40] [41-60]
user1 [ ] <-- check box
user2 [ ]
user3 [ ]
etc
There could be more than 20 records displayed. If so, a link would appear that allows the user to click on [1-20] [20-40] [40-60] at the top of the page so you could load the next set of records. I cant see that loading an entire page of 200 records would be too efficient. SIGH
I havent found an example of this. Anyone know where i could find one?