با این دستور به نتیجه رسیدم.
            GridViewRow row = GridView1.SelectedRow;
tbgroupname.Text = row.Cells[2].Text.ToString();