blah blah blah is here! blah blah » Close

0
votes
1 answers

Adding data continously to a DataGridView

Hello to everyone. I am using a datagridview to display some data. I add the data one by one, increasing the number of rows and columns as necessary. After adding a single data, I copy all of them from datagridview1 to datagridview2. I also ...

Feedback