Пример #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     xytxBll = new XytxBLL(this.WorkUser);
     if (!IsPostBack)
     {
         WebCommon.CheckBoxListDataBind(this.cbl_ssdq);
         //数据绑定
         SearData(0);
     }
 }
Пример #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     BLL = new TjfxBLL(this.WorkUser);
     if (!this.IsPostBack)
     {
         WebCommon.DropDownListDataBind(this.ddl_Xmfl, true);
         WebCommon.CheckBoxListDataBind(this.cbl_ssdq);
         searchData();
     }
 }
Пример #3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            gcxmBll = new GcxmBLL(this.WorkUser);
            if (!IsPostBack)
            {
                this.pl_gjss.Visible = false;
                //WebCommon.DropDownListDataBind(this.ddl_lxjb, true);
                WebCommon.DropDownListDataBind(this.ddl_Xmfl, true);
                //WebCommon.DropDownListDataBind(this.ddl_jsxz, true);
                WebCommon.CheckBoxListDataBind(this.cbl_ssdq);

                //数据绑定
                SearData(0);
            }
        }
Пример #4
0
        protected void Page_Load(object sender, EventArgs e)
        {
            //实例化
            ihb = new HandleBusinessBase();
            if (!IsPostBack)
            {
                this.holder_gjcx.Visible = false;
                WebCommon.DropDownListDataBind(this.ddl_lxjb, true);
                WebCommon.DropDownListDataBind(this.ddl_Xmfl, true);
                WebCommon.DropDownListDataBind(this.ddl_jsxz, true);
                //WebCommon.DropDownListDataBind(this.ddl_ssdq, true);
                WebCommon.CheckBoxListDataBind(this.cbl_ssdq);

                //数据绑定
                powerGridViewDataBind(0);
            }
        }
Пример #5
0
 protected void Page_Load(object sender, EventArgs e)
 {
     gcxmBll = new GcxmBLL(this.WorkUser);
     BeFrom  = Request.QueryString["BeFrom"];
     if (!string.IsNullOrEmpty(BeFrom) && BeFrom == WxjzgcjczyQyb.BeFrom.Zhjg_Lxxmdj_Menu.ToString())
     {
         bIsBeFrom = true;
         PrjNum    = Request.QueryString["PrjNum"];
     }
     if (!IsPostBack)
     {
         WebCommon.CheckBoxListDataBind(this.cbl_Htlb);
         WebCommon.DropDownListDataBind(this.DDL_xmsd, true);
         //数据绑定
         SearData(0);
     }
 }