Display the same prev/next usercontrol twice on a page
Posted
by Scott
on Stack Overflow
See other posts from Stack Overflow
or by Scott
Published on 2010-04-14T18:43:01Z
Indexed on
2010/04/14
19:13 UTC
Read the original article
Hit count: 249
ASP.NET
|usercontrols
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.
© Stack Overflow or respective owner