protected void GridView1_RowCancelingEdit(object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e)
        {
            GridViewUsers.EditIndex = -1;

            FillGrid();
        }
Exemple #2
0
 protected void grdResult_RowCancelingEdit(object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e)
 {
     grdResult.EditIndex = -1;
     grdResultFill();
 }