Author: Mohammad Azam | Posted on: 11/15/2009 3:34:36 AM | Views : 924

In ASP.NET 1.X and ASP.NET 2.0 DataList was the primary control used to display data in groups. In ASP.NET 3.5 we have a new control that takes care of grouping data. In this article we are going to demonstrate how to group data using the ListView control. ...

Go to the complete details ...