im not too sure if this is what u want.give it a try
VB Code:
  1. textBoxr1.text=datagrid.Item(datagrid.CurrentRowIndex, 0)
0=first column in datagrid
1=second
.....