Originally posted by nacho2
Hi I got all this data in a datagrid. How can I get the data from lets say, the third row and firstcolumn.
me.textbox1.text = Me.DataGrid1.Item(3, 1).ToString()

Regards
Jorge