|
Instead of using excel or text documents as the data source, import the data into the datagridview.
For example, my datagridview originally had 4 rows of records. Now I want to import the data in a text document or excel behind the 4 rows of data, that is, add a few rows to the datagridview. The added row data is the data in excel or text document. |
|