Archive for April, 2008

Paging the DataList

Tuesday, April 1st, 2008

A few days ago I looked at various solutions to enhance an exhisting DataList control at work.
The DataList brings back a fair bit of data from several different tables and seemed a bit bloated.
The first solution I looked at was data paging and only showing rows as needed. The DataList doesn’t come with built in [...]