what is Difference Between Listview and Gridview

what is Difference Between Listview and Gridview

23 Feb 2010 01:02:51
Hi what is Difference Between Listview and Gridview Regards Kirti
Expert   Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:what is Difference Between Listview and Gridview23 Feb 2010 01:02:51
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
amalhashim
Senior  Boarder
Posts: 0
From 07-Jun-2009
You're Points: 44
Bookmark
^ Scroll to Top