How To: Group Data in the GridView Control
Grouping the data based on the column data is one of the common requirement.
In ASP.NET 2.0 the Gridview control proves to be an efficient data control. The code snip shows how to group data using the GridView control.