'Determine the RowIndex of the Row whose LinkButton was clicked. Dim rowIndex As Integer = Convert.ToInt32(e.CommandArgument)'Reference the GridView Row. Dim row As GridViewRow = GridView1.Rows(rowIndex)'Fetch value of Name. ...'Fetch value of Countr...