paging in a datalist

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aussie Rules

    paging in a datalist

    Hi,

    Is it possible to have some sort of paging (prev/next page) feature with the
    data list.

    I have a datalist, that can display several hundred items, and I want to
    have say 20 to a page.

    Thanks

  • Chris Fulstow

    #2
    Re: paging in a datalist

    Hi

    There's no built-in paging with the DataList control, like there is
    with GridView, but you can build your own.
    This article has more info:

    Efficient Data Paging with the ASP.NET 2.0 DataList Control and
    ObjectDataSourc e


    Chris

    On Sep 25, 8:33 am, "Aussie Rules" <AussieRu...@no spam.nospamwrot e:
    Hi,
    >
    Is it possible to have some sort of paging (prev/next page) feature with the
    data list.
    >
    I have a datalist, that can display several hundred items, and I want to
    have say 20 to a page.
    >
    Thanks

    Comment

    Working...