示例#1
0
        protected void BindOption()
        {
            this.rdbtnListYesNoEveryOrder.DataBind();
            this.rdbtnListYesNoShowInSearchRes.DataBind();
            this.ckboxListDisplayStatusExh.DataBind();


            this.listConf.DataSource     = PE_DAL.GetAllConference(true, true);
            this.listConf.DataTextField  = "name";
            this.listConf.DataValueField = "id";
            this.listConf.DataBind();
        }