protected void btnSearchEmployees_Click(object sender, EventArgs e) { string n = grdAvailableStuff.Rows[2].RowIndex.ToString(); MessageBox.Show(n); }