PageableRepeater Examples
- Example #1:
A PageableRepeater control without paging (just like the standard <asp:Repeater> control).
- Example #2:
A PageableRepeater control with paging allowed.
- Example #3:
A PageableRepeater control that utilizes custom paging. Please look at the code behind to see the difference to example #2.
- Example #4:
A control derived from PageableRepeater which implements its own paging UI.
- Example #5:
A PageableRepeaterControl introducing the new EmptyDataTemplate.
Copyright © 2004 by Martin Andert. All rights reserved.