コード例 #1
0
ファイル: User.aspx.cs プロジェクト: ahmgeek/crm
 void bindChk()
 {
     chkList.DataSource = rolesBLL.AllRoles();
     chkList.DataBind();
 }