Using ASP.NET 3.5"s ListView and DataPager Controls: Grouping Data with the ListView ControlIn this article we will see how to use the GroupTemplate and GroupItemCount properties to instruct the ListView control to render different encasing markup for every n records. We will look at two demos: one that renders records into a series of ordered lists, and another that illustrates how to display data in a multi-column table. Read on to learn more!
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.