예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!base.IsPostBack)
     {
         this.txtUserType.Value = "3";
         PubFunction.BindShopSelectByShopType(this._UserShopID, this.sltShop, true, 3);
         PubFunction.BindAuthoritySelelctByGroupType(this._UserGroupID, this.sltUserGroupID, true, 3);
         PubFunction.BindShopSelectByShopType(this._UserShopID, this.sltShopInfo, false, 3);
         this.GetSysUserList(this.Condition());
         this.txtShopId.Value  = this._UserShopID.ToString();
         this.txtGroupID.Value = this._UserGroupID.ToString();
     }
 }