Click here to Skip to main content
Click here to Skip to main content

PagingRepeater Control with Page Navigation

By , 27 Apr 2003
 

Introduction

I found the need to page through a Repeater object in C#, since it is light weight and offers the flexibility that DataGrid doesn't have. There are a couple of bugs with the ViewState, but this is a work in progress and I hope that it will be resolved. The control works fine as-is, though. The implementation of the paging was inspired from the DataGrid directly using Anakrino, the decompiler for .NET.

Using the Control

The control can be added to your favorite control library, and then use the Add/Remove Control context menu on the Toolbox panel, to add the refence to the compiled dll. Dragging this to the page will generate the following:

<cc1:PagingRepeater id="PagingRepeater1" runat="server"></cc1:PagingRepeater>

Switching to design view at this point before building your templates is advised since the templates contain data binding, the IDE will give you errors about switching to design view. I have attempted to implement a full range of features a leveraged already written code wherever possible.

I am open to suggestions and improvments on this class. As I use it in more and more real-world applications, it will become for feature complete.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Dan Glass
Architect support.com
Australia Australia
Member

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 1memberMember 400536025 Feb '09 - 5:12 
QuestionErrors on Codememberdhip10 May '06 - 3:23 
GeneralError on Paging PagesmemberAgus Kurniawan7 Dec '05 - 17:30 
GeneralWorking samplememberJacobs7614 May '05 - 5:59 
Has anyone managed to use the control?
 
I have tried to bind dataset, datatable, dataview, and datarowcollection without success?
 
I keep getting some exceptions.
 
A sample on how to use the control would be fantastic along with the source code.
QuestionHow to set and use Dataset as DataSource field in your control?membersoniko12 Jan '05 - 10:25 
GeneralExceptionmemberJcomp24 Jun '03 - 4:10 
GeneralRe: Exceptionmemberjlev6931 Jul '04 - 3:51 
GeneralYou should contact the editorsmemberJon Sagara11 May '03 - 15:24 
GeneralRe: You should contact the editorsmemberDan Glass21 May '03 - 13:50 
QuestionHow about some sample code?sussAnonymous29 Apr '03 - 6:03 
AnswerRe: How about some sample code?memberDan Glass21 May '03 - 13:51 
GeneralNo attatchmentmemberDan Glass28 Apr '03 - 7:03 
GeneralRe: No attatchmentmembersun_yy_ss15 May '03 - 22:05 
GeneralRe: No attatchmentmemberDan Glass21 May '03 - 13:50 
GeneralRe: No attatchmentmemberPorscheCLW19 May '04 - 13:01 
GeneralRe: No attatchmentmembersimonyang21 Jul '04 - 2:47 
GeneralRe: No attatchmentmembersimonyang21 Jul '04 - 21:38 
GeneralRe: No attatchmentmembertnguyenvn7 Nov '05 - 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 28 Apr 2003
Article Copyright 2003 by Dan Glass
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid