Current Index & Pagesize Problem in DataList

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nityaprashant
    New Member
    • Feb 2008
    • 19

    Current Index & Pagesize Problem in DataList

    Hello..

    i have datalist & want to use paging in 3- tier architecture.
    adt.fill(ds, currenetpageind ex, pagesize,"Custo mers")
    i want to use another method in 3-tier archi.

    dataset is filled in data access layer

    then i want to set currentindex & pagesize in presentation layer..

    plz help me out..
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This example may help:
    Formatting data in columns with ASP.NET's DataList control

    Comment

    Working...