예제 #1
0
 void loadRole()
 {
     DropDownList4.DataSource = acc.getRole();
     DropDownList4.Items.Clear();
     DropDownList4.Items.Add("-- Chọn quyền hạn --");
     DropDownList4.DataTextField  = "roleName";
     DropDownList4.DataValueField = "roleId";
     DropDownList4.DataBind();
 }