Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pagination of datlist

Status
Not open for further replies.

asafblasberg

Programmer
Jun 22, 2004
21
US
Hello,

I've been looking for an implementation of pagination for a datalist which is very simple, but so far all of them failed.

Any suggestions?
Ab
 
You can try DataGrid instead, which already has paging functionality built in.
 
I'm looking for DataList paging also.
But isn't using a DataGrid an "expensive"
alternative? I would be using mine to display
products from a database.
DataGrid also doesn't have the RepeatColumns
property, which I need.

asafblasberg, take a look at this . . .
I haven't tried it yet:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top