master/detail pages with Repeaters
How would i create a master/detail page set (for use with news items etc) that uses repeaters instead of DataGrids but also allows for next/previous paging on the detail page?
I've tried a basic implementation by passing the item ID by URL and having a PagedDataSource on the detail page, but the master detail relationship breaks when i remove DB records.
Can anyone tell me the best way to implement this?
Thanks!!
Ben
|