could anyone talk me through how to implement a function that retrieves a set of data and then for example displays the output with a predefined number of entries for each page. Like this forum when you go through the topic list and clicking next page to see the next 30 entries.
thanks Erik
graham king
Ranch Hand
Joined: Dec 30, 2004
Posts: 133
posted
0
Hey Erik,
I took the ValueListIterator design pattern, modified it a bit and was able to implement paging and sorting as well as the Next, Previous links...