Showing posts with label Control DataGridView. Show all posts
Showing posts with label Control DataGridView. Show all posts

Friday, November 18, 2016

Post #5 : Programming "How to fill or add rows in DataGridView manually or automatically using VB.Net"

Hi Jack.

Today we will tried to enter data from database to a DataGridView.

What the heck DataGridView is ?, According mincrosoft listed here, DataGridView is a Control that have flexibility to display data in a table mode, you can make each columns readonly or write able, and there's many properties that can be used to embellish or making the presentation more informative.