Example #1
0
    private void BindDropdownvalue()
    {
        locationMaster.GetPrinterList(ddlAcknowledgement);
        locationMaster.GetPrinterList(ddlAPCheck);
        locationMaster.GetPrinterList(ddlBillofLading);
        locationMaster.GetPrinterList(ddlCommercialInvoice);
        locationMaster.GetPrinterList(ddlDebitMemo);
        locationMaster.GetPrinterList(ddlInvoice);

        locationMaster.GetPrinterList(ddlPackingList);
        locationMaster.GetPrinterList(ddlPickSheet);
        locationMaster.GetPrinterList(ddlPickSlip);
        locationMaster.GetPrinterList(ddlPriorityShip);
        locationMaster.GetPrinterList(ddlPurchaseOrder);
        locationMaster.GetPrinterList(ddlReceiver);
        locationMaster.GetPrinterList(ddlRemoteShip);
        locationMaster.GetPrinterList(ddlShippingLabel);
        locationMaster.GetPrinterList(ddlStatement);
        locationMaster.GetPrinterList(ddlWCShip);
    }