| From msdn
ListView
The Windows Forms ListView control displays a list of items with icons. You can use a list view to create a user interface like the right pane of Windows Explorer.
http://msdn.microsoft.com/en-us/library/6dwb14tw.aspx
GridView
Displays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx | |