Beispiel #1
0
        protected void Guardar(object sender, EventArgs e)
        {
            Tuple <int, int> IdEmpSuc = Mgr_Empresa.Get_IdEmpresa_IdSucursal(ObjUsuario, ddlEmpresa, ddlSucursalAdd);

            String[] valores =
            {
                txtNombre.Text,
                ddlTipoReporteAdd.SelectedValue
            };

            Mgr_Trabajador.Add_ReporteTrabajadores(IdEmpSuc, valores, flpArchivo);

            Modal.MostrarAlertaAdd(phAlerta, divAlerta, lbAlerta, ObjUsuario.Error, txtBuscar);
            LlenarGridView();
        }