Is it possible Paging in repeater

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PreethiParkavi
    New Member
    • Jan 2008
    • 16

    Is it possible Paging in repeater

    Hi this is arun.I need urgent help that is it possible to use paging in repeater control in c# .
    If possible please send the coding
    Last edited by jhardman; Feb 13 '08, 05:45 PM. Reason: moved to .Net forum. ASP forum is for "classic" ASP
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi arun,

    Just so you know, this is a .NET question and as such should have been asked in the .NET forum. This forum is for classic ASP and you will receive better technical help with your question if you ask it over there. Having said that here goes...

    It is possible to use paging with a repeater control in C# but the .NET Framework does not provide a paging method as it does with the datagrid. You have to do all the work yourself! The link below is an article describing a paging technique you could use with a repeater control:



    I'm sure there are many more out there if you search for them.

    I hope this helps,

    Dr B

    Comment

    Working...