protected void btnExcluir_Click(object sender, EventArgs e) { tblCentroCusto cust = new tblCentroCusto(); cust.cmpCoCentroCusto = cmpCoCentroCusto; cust.cmpNoCentroCusto = txtDescricaoCentroCusto.Text; cust.Save(Global.GetConnection()); }
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); }