Datalist Pagination

  • Thread starter Thread starter Kruq
  • Start date Start date
HI ,

IIRC the only control that support pagination is the DataGrid, if you want
to have pagination on a DataList you will have to implement it your self.,
It can be simple or not depending of your datasource , if you can limit it
in some way you can always create "pages" by binding the narrow part of the
data source to the control as needed.


Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top