i have two lists named "Categories" and "Products".I paged "Categories" List in a dataview(1 object per page). At the bottom of this dataview, i paged "Products" List in a different dataview.
What i want is if i change category by clicking paging button(it navigates second category), products should be filtered by category that i changed.
Shortly,i want to relate two paged list as parent-child.
Thanks in advance.