I have a page that lists upcoming events. I want it so that when you go the events page you see only the events for a particular week.
I want the text to show which "week ending" it is. So, for the duration of this week, for example, the text would be: "Week Ending March 16, 2008"
I want the user to be able to click a paging link: "NEXT Week"
If the user clicked next, then they would be viewing Events between March 17, 2008 through March 23, 2008.
Ahd the text would appear: "Week Ending March 23, 2008"
Since the user would not be on the first page a new link would allow them to navigate to last week's event listings: The link would be: "PREVIOUS Week"
I don't know how to approach this. This events page already exists but it uses regular paging (1,2,3,4 NEXT> LAST>> ) scheme.
Any help I can get on how to do the new kind of recordset paging, described above, will be greatly appreciated.