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.
Basically there are two ways.
1. Manual, this way requires us to make the columns that you want to fill manualy.
continue read here
2. Automatically, this way we can simply connect the DataSource to a dataset / datatable / list(of t) that we have creater.
No comments:
Post a Comment