protected void Guardar(object sender, EventArgs e) { Tuple <int, int> IdEmpSuc = Mgr_Empresa.Get_IdEmpresa_IdSucursal(ObjUsuario, ddlEmpresaAdd, ddlSucursalAdd); String[] valores = { txtNombre.Text, "Indicadores" }; ObjUsuario.Error = Mgr_Documento.AddIndicadores(IdEmpSuc, valores, flpArchivo); Modal.CerrarModal("printModal", "printModalScript", this); TextBox txtBuscar = new TextBox(); Modal.MostrarAlertaAdd(phAlerta, divAlerta, lbAlerta, ObjUsuario.Error, txtBuscar); }