Is there a simple way to start displaying a list from the last page of data?
That is, I have a list sorted by date, with 160 rows. I'm displaying 25 rows per page, I'd like the first page to appear as "Page 7 of 7", showing rows 136-160. I figure I could retrieve a list sorted by descending date, display page 1, and have DisplayTag sort _the page_ in ascending order by date - but then the "previous" page would be page 2. -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]