I have an on-line catalogue that has a hierarchal category structure. I am using the PagedDataSource to wrap the business object along with the Repeater control to display the items in pages.
The problem I am having is linking to an item that is not on the first page of a given category. What is the best approach to determining which page an item is on?
Thanks
The problem I am having is linking to an item that is not on the first page of a given category. What is the best approach to determining which page an item is on?
Thanks
Comment