Example #1
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);
 }