Grab 2 Values in the same row in a DataGrid in a Webform



Hello,
I have a VB.net webform which shows a DataGrid that is actually a query
of 3 tables with the results shown together. I need to be able to take
2 values out of a row when a user clicks the button associated with the
row. I have been able to use Key= datagrid1.datakeys(e.item.itemindex)
to get one of the values but I cannot figure out how to retrive the
value in the same row that is right next to this value. In VBA you
could use an "offset" to get the value. How do I grab two values in a
selected row, one is the datakey one is not? Please help...

.