Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     BLL = new TjfxBLL(this.WorkUser);
     searchData();
     if (!this.IsPostBack)
     {
     }
 }
Ejemplo n.º 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();
     }
 }
Ejemplo n.º 3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            BLL = new TjfxBLL(this.WorkUser);

            if (!this.IsPostBack)
            {
                searchData();
                Chart1.Series["Series1"].Points[0].CustomProperties += "Exploded=true";
            }
        }