private void DataBindControls()
        {
            string displayField = ConfigurationHelper.GetDbParameter("CostCenterDisplayField");

            DropDownListHelper.BindDropDownList(this.CostCenterDropDownList, "office", "cost_centers", "cost_center_id", displayField);
        }
Exemple #2
0
 private void BindFlagTypeDropDownList()
 {
     DropDownListHelper.BindDropDownList(this.FlagDropDownList, "core", "flag_types", "flag_type_id", "flag_type_name");
 }