Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     menuBll = new BLLPermission.BLLMenuPermission(Comm.DataLoadTool.GetCurrUserID());
     if (!IsPostBack)
     {
         this.ViewState["op"] = "add";
         this.LoadData();
     }
 }
Example #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            this.userBll = new BLLUser(Comm.DataLoadTool.GetCurrUserID());
            this.pmsBll  = new BLLPermission.BLLMenuPermission(Comm.DataLoadTool.GetCurrUserID());
            this.smsBll  = new BLLSMS(Comm.DataLoadTool.GetCurrUserID());

            if (!IsPostBack)
            {
                this.LoadData();
            }
        }
Example #3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            menuBll = new BLLPermission.BLLMenuPermission(Comm.DataLoadTool.GetCurrUserID());

            this.LoadData();
        }