示例#1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!this.Page.IsPostBack)
     {
         base.CheckAdminPower("ReadAdminGroup", PowerCheckType.Single);
         base.BindControl(AdminGroupBLL.ReadAdminGroupCacheList(), this.RecordList);
     }
 }