List View

The ListView control bridges the gap between the highly structured GridView control, and the anything goes, unstructured controls like DataList and Repeater.

Drag DetailsView Control from the Toolbox onto the design view of an ASP.NET Web Page, which has been used with SqlData Source Control.

Here is a Simple Use of ListView Control

To display the data on the browser, right click the ListView .A ListView Tasks window will open from where you have choose the Data Source named as SqlDataSource1 from the Drop Down List in the Choose Data Source Field.