protected void grdData_RowCancelingEdit(object sender, GridViewCancelEditEventArgs e) { grdData.EditIndex = -1; BindGrid(); }
0 comments:
Post a Comment