コード例 #1
0
 /// <summary>
 /// The bind data.
 /// </summary>
 private void BindData()
 {
     // list admins but not host admins
     this.List.DataSource = LegacyDb.admin_pageaccesslist(null, true);
     this.DataBind();
 }