Example #1
0
 void bindChk()
 {
     chkList.DataSource = rolesBLL.AllRoles();
     chkList.DataBind();
 }