Beispiel #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     strMenu += "<a href ='UserGrant.aspx' class='list-group-item list-group-item-action list-group-item-success'>Phân quyền</a>";
     strMenu += "<a href ='QuanLyTaiKhoan.aspx' class='list-group-item list-group-item-action'>Quản lý tài khoản</a>";
     ServiceReference1.ServiceClient ws = new ServiceReference1.ServiceClient();
     ws.CreateTree();
     DataList1.DataSource = ws.getTableTree();
     DataList1.DataBind();
 }