Hi..
I am newbe in vb.net. I am creating a small project for students. I need a help.
I have three DataGridView on my form.And I am importing the data from the csv to datagridview1 and datagridview2 and have 5 columns in first and second with different names. Now I need to copy first row cell calues from datagridview1 and datagridview2 to datagridview3 in the first row only. How can i perform this.
datagridview-1
Col-A : Col-B : Col-C
100 200 300
datagridview-2
Col-D : Col-E : Col-F
1000 2000 3000
datagridview-3
Col-A : Col-B : Col-C : Col-D : Col-E : Col-F
100 200 300 1000 2000 3000