protected void btnDeleteRow_Click(object sender, EventArgs e) { GridView3.DeleteRow(GridView3.SelectedIndex); GridView3.Focus(); }