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,