
Hi,
Features of ListView:
1.Support for binding to data source controls such as SqlDataSource, LinqDataSource, and ObjectDataSource.
2.Built-in sorting,update,delete and insert capabilities.
3.Support for paging capabilities by using a DataPager control.
4.Customizable appearance through user-defined templates and styles.
Features of GridView:
1.Binding to data source controls, such as SqlDataSource.
2.Built-in sort,update,delete and paging capabilities.
3.Customizable appearance through themes and styles.
ListView vs GridView:
1.ListView Provide Flexible Layout not GridView.
2.Data Grouping is supported by ListView not by GridView
3.Insert is only supported by Listview not GridView.
Somu475, if this helps please login to Mark As Answer. | Alert Moderator