Hi
I am new in these forum. I have just finished the CH15 (Accessing Databases) in Beginning
VB.Net Book. I have a question about binding data to DataGrid.
Suppose I have a table like
1 | data1
2 | data2
3 | data3
4 | data4
I want to display the data1 to data4 in the dataGrid in each column of datagrid
column1 column2 column3 column4
data1 data2 data3 data4
How would I bind the data in such a way to display this in datagrid control. any help would be greatly appreciated.
Thanks
Shazaudh