Puedes apoyarte del evento ItemCommand de tu grid y con ello recuperar el index de la fila actual
Ejemplo:
Cita: Private Sub myGrid_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs ) Handles myGrid.ItemCommand
Dim iIndex As Integer = e.Item.ItemIndex
End Sub
Espero te sirva..
Cita: algún día conseguiré citar correctamente...)
Jejee.. no te preocupes friend.. de repente se nos barren esas cosas..
saludos luiscl