Introduction - If you have any usage issues, please Google them yourself
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.