Ejemplo n.º 1
0
 private void C_Save_Click(object sender, EventArgs e)
 {
     DGV.EndEdit();
     //MessageBox.Show(DGV.CurrentCell.Value.ToString());
     DGV.RefreshEdit();
     if (check())
     {
         if (con.update(ds, "tb_Access_Methods"))
         {
             MessageBox.Show("Updated");
             this.A_FRM_Load(sender, e);
         }
     }
 }
Ejemplo n.º 2
0
 private void C_Save_Click(object sender, EventArgs e)
 {
     DGV.EndEdit();
     //MessageBox.Show(DGV.CurrentCell.Value.ToString());
     DGV.RefreshEdit();
     if (check())
     {
         if (con.update(ds, "tb_Operations_Skills_Description"))
         {
             MessageBox.Show("Updated");
             this.A_FRM_Operation_Skills_Desc_Load(sender, e);
         }
     }
 }