HI,
I want to select a row in a datagrid and transfer that info to text boxes. In VB6 I would have used
DataGrid1_RowColChange()
and then
txtBox1.Text = DataGrid1.Col(1).Text
But these options arent in VB.Net, has anyone any helpful tips or links.
Incidentally anyone knowing of a website that offers a good VB.net tutorial it would be most appreciated, Cheers!
I want to select a row in a datagrid and transfer that info to text boxes. In VB6 I would have used
DataGrid1_RowColChange()
and then
txtBox1.Text = DataGrid1.Col(1).Text
But these options arent in VB.Net, has anyone any helpful tips or links.
Incidentally anyone knowing of a website that offers a good VB.net tutorial it would be most appreciated, Cheers!