B
Benster
Hi there, i'm trying to figure out a way to build a master/detail page
set (e.g for news items) with next/previous navigation on the detail
page.
This sounds easier than it appears to be for my limited knowledge,
esspeciallly as i want to use DataRepeaters and NOT DataGrids on the
detail page.
Can anyone help?!
The problem appears to be that the DataSet on the detail page only
contains one record so there is no way of coding the next/prev URL
ID's. I tried poulating the detail page Dataset with all records and
adding a PagedDataSource but it didn't function correctly due to
missing DB records.
Any ideas?
Thanks!
ben
set (e.g for news items) with next/previous navigation on the detail
page.
This sounds easier than it appears to be for my limited knowledge,
esspeciallly as i want to use DataRepeaters and NOT DataGrids on the
detail page.
Can anyone help?!
The problem appears to be that the DataSet on the detail page only
contains one record so there is no way of coding the next/prev URL
ID's. I tried poulating the detail page Dataset with all records and
adding a PagedDataSource but it didn't function correctly due to
missing DB records.
Any ideas?
Thanks!
ben