Tuesday, April 05, 2005
Pivot Tables with ADO.NET and Display in Horizontal Paged DataGrid
This article describes a simple method to pivot a DataTable producing rows for each column and a column for each row. The pivoted DataTable is then displayed in a DataGrid using horizontal paging to view a limited number of Columns in each page. This is a common display technique used to compare, for instance, product features, where the product names appear across the top of the DataGrid with the Features listed down the side.
http://aspalliance.com/538
http://aspalliance.com/538