示例#1
0
文件: User.aspx.cs 项目: ahmgeek/crm
 void bindChk()
 {
     chkList.DataSource = rolesBLL.AllRoles();
     chkList.DataBind();
 }