Example #1
0
 private void BindInformationList()
 {
     locationMaster.GetCountryList(ddlCountry);
     locationMaster.BindListValue("TimeZone", "-- Select  --", ddlServerTimeZone);
     locationMaster.BindListValue("TimeZone", "-- Select --", ddlTimeZone);
     locationMaster.BindListValue("FiftyStates", "-- Select --", ddlState);
     locationMaster.BindListValue("LocType", "-- Select --", ddlType);
     locationMaster.BindListValue("WhInd", "-- Select --", ddlWarehouse);
     locationMaster.BindListValue("BranchColor", "-- Select --", ddlColor);
     locationMaster.GetLocList(ddlShpBr1);
     locationMaster.GetLocList(ddlShpBr2);
     locationMaster.GetLocList(ddlShpBr3);
     locationMaster.GetLocList(ddlShpBr4);
 }
Example #2
0
 private void BindDropdownvalue()
 {
     locationMaster.BindListValue("CreditCheckCd", "-- Select --", ddlCreditCheckCode);
     locationMaster.BindListValue("ShipHoldCd", "-- Select --", ddlShipHoldCode);
     locationMaster.BindListValue("AllocTypeCd", "-- Select --", ddlAllocationType);
     locationMaster.BindListValue("APCheckMod", "-- Select --", ddlAPChecks);
     locationMaster.BindListValue("BlindRecForm", "-- Select --", ddlBlindReceiver);
     locationMaster.BindListValue("BOLForm", "-- Select --", ddlBOLForm);
     //locationMaster.BindListValue("CostPctPriceInd", "-- Select --", ddlCostpctPrice);
     locationMaster.GetExpediteList(ddlFreightExpedite);
     locationMaster.BindListValue("InvForm", "-- Select --", ddlInvoiceForm);
     locationMaster.BindListValue("PoForm", "-- Select --", ddlPOForm);
     locationMaster.BindListValue("ItemPrptInd", "-- Select --", ddlItemPrompt);
     locationMaster.BindListValue("ShipForm", "-- Select --", ddlShipperForm);
     locationMaster.BindListValue("ARStmt", "-- Select --", ddlStatement);
     locationMaster.BindListValue("SuppDescPrt", "-- Select --", ddlSuppDescPrint);
     locationMaster.BindListValue("POVendInd", "-- Select --", ddlVendorPO);
     locationMaster.BindListValue("USDutyCalcReq", "-- Select --", ddlDutyCalc);
 }
Example #3
0
 private void BindDropdownvalue()
 {
     locationMaster.BindListValue("ASNUseOdom", "-- Select --", ddlASNOdometer);
     locationMaster.BindListValue("LPNInd", "-- Select --", ddlCreateLPN);
     locationMaster.BindListValue("EndCarton", "-- Select --", ddlEndCartonDocs);
     locationMaster.BindListValue("InvPrtInd", "-- Select --", ddlInvoicePrint);
     locationMaster.BindListValue("LotTrackInd", "-- Select --", ddlLotTrack);
     locationMaster.BindListValue("PackSlipInd", "-- Select --", ddlPackingSlipPrint);
     locationMaster.BindListValue("PalletInd", "-- Select --", ddlPallet);
     locationMaster.BindListValue("PickEndInd", "-- Select --", ddlPickEndOrder);
     locationMaster.BindListValue("RecBinPrmpt", "-- Select --", ddlPromptRecBin);
     locationMaster.BindListValue("ReceiveMode", "-- Select --", ddlReceiveMode);
     locationMaster.BindListValue("ReformItemInd", "-- Select --", ddlReformtoItem);
     locationMaster.BindListValue("RFPrintInd", "-- Select --", ddlRFPrint);
     //locationMaster.BindListValue("ROPDaysInd", "-- Select --", ddlROPDays);
     locationMaster.BindListValue("SerialNoInd", "-- Select --", ddlSerial);
     locationMaster.BindListValue("SerialNoPrtInd", "-- Select --", ddlSerialPrint);
     locationMaster.BindListValue("ShipOrdInd", "-- Select --", ddlShippedOrder);
     locationMaster.BindListValue("ShipLabelInd", "-- Select --", ddlShippingLabel);
     locationMaster.BindListValue("ShipModCd", "-- Select --", ddlShippingModule);
     locationMaster.BindListValue("ShipModInd", "-- Select --", ddlShippingMethod);
     locationMaster.BindListValue("SupportRepInd", "-- Select --", ddlSupportRep);
     locationMaster.BindListValue("ILTTransSet", "-- Select --", ddlTransactionSet);
 }