Ejemplo n.º 1
0
 private void btnEdit_Click(object sender, EventArgs e)
 {
     PageBase.StateButton(true, btnNew, btnEdit, btnSave, btnCancel, btnDelete);
     PageBase.VisibleColumnInGrid(grvData, true);
     Global_Add.sFormStatus = Global_Add.FormStatus.Edit;
 }
Ejemplo n.º 2
0
 private void btnSua_Click(object sender, EventArgs e)
 {
     PageBase.StateButton(true, btnNew, btnSua, btnGhi, btnHuy, btnXoa);
     PageBase.VisibleColumnInGrid(grvData, true);
     Global_Add.sFormStatus = Global_Add.FormStatus.Edit;
 }
Ejemplo n.º 3
0
 private void frmCreateDuAn_Load(object sender, EventArgs e)
 {
     PageBase.StateButton(false, btnNew, btnEdit, btnSave, btnCancel, btnDelete);
     PageBase.VisibleColumnInGrid(grvData, false);
     SelectAll(ref m_DataSource, grdData);
 }