Exemple #1
0
        protected void btnExcluir_Click(object sender, EventArgs e)
        {
            tblCentroCusto cust = new tblCentroCusto();

            cust.cmpCoCentroCusto = cmpCoCentroCusto;
            cust.cmpNoCentroCusto = txtDescricaoCentroCusto.Text;
            cust.Save(Global.GetConnection());
        }
Exemple #2
0
        protected void btnSalvar_Click(object sender, EventArgs e)
        {
            tblCentroCusto cust = new tblCentroCusto();

            cust.cmpCoCentroCusto = cmpCoCentroCusto;
            cust.cmpNoCentroCusto = txtDescricaoCentroCusto.Text;
            cust.Save(Global.GetConnection());
            Page.Session["Carregar"] = false;
            Response.Redirect(Request.RawUrl);
        }