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);
 }