Display the same prev/next usercontrol twice on a page
- by Scott
I haven't seen a question like this. I have a prev/next paging control on my page, one at the top and one at the bottom like this:
top pager
product catalog
bottom pager
Each pager is bound to a PagedDataSource that is exactly the same. I don't want to duplicate effort, so I am trying to figure out a way to do the processing once, but show the control twice.