tags:

views:

91

answers:

1
+1  A: 

For ASP.NET 3.5 you could use ListView the control. A nice tutorial for grouping can be found here. If you are using ASP.NET 1.x or 2.0 you can try the DataList control (check the RepeatColumns and RepeatDirection properties). The ListView is more powerful.

korchev