Hi Derek,

I think you may be over complicating this issue but i am not fully sure what you are trying to achieve. Is it not as simple as sorting your list, so the page you want to display first is page 1 of 7 and page 2 of 7, 3 of 7 etc. contains the relevant following data?

This seems to be what you are suggesting below?

Philip

Derek Broughton wrote:
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to