Description: Use DataGridView
First, you should use DataGridView when you need to display information that is easily broken up into columns. This will include numbers, names, IDs, and other attributes stored in a database. You can use the DataSource property to hook your DataGridView up to a database, or even an object collection.
To Search:
File list (Check if you may need any files):
DataGridView\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
............\........................\...\.....\WindowsFormsApplication1.pdb
............\........................\...\.....\WindowsFormsApplication1.vshost.exe
............\........................\...\.....\WindowsFormsApplication1.vshost.exe.manifest
............\........................\Form1.cs
............\........................\Form1.Designer.cs
............\........................\Form1.resx
............\........................\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
............\........................\...\.....\WindowsFormsApplication1.csproj.GenerateResource.Cache
............\........................\...\.....\WindowsFormsApplication1.exe
............\........................\...\.....\WindowsFormsApplication1.Form1.resources
............\........................\...\.....\WindowsFormsApplication1.pdb
............\........................\...\.....\WindowsFormsApplication1.Properties.Resources.resources
............\........................\Program.cs
............\........................\...perties\AssemblyInfo.cs
............\........................\..........\Resources.Designer.cs
............\........................\..........\Resources.resx
............\........................\..........\Settings.Designer.cs
............\........................\..........\Settings.settings
............\........................\WindowsFormsApplication1.csproj
............\WindowsFormsApplication1.sln
............\WindowsFormsApplication1.suo
............\........................\obj\Debug\TempPE
............\........................\bin\Debug
............\........................\obj\Debug
............\........................\bin
............\........................\obj
............\........................\Properties
............\WindowsFormsApplication1
DataGridView