コード例 #1
0
 protected void BindData()
 {
     BLL.RoleManager roleManager = new BLL.RoleManager();
     Repeater1.DataSource = roleManager.GetAgentRoleByAgentID(agentRoleID, agentUserName);
     Repeater1.DataBind();
 }
コード例 #2
0
 protected void BindData()
 {
     BLL.RoleManager roleManager = new BLL.RoleManager();
     Repeater1.DataSource = roleManager.GetAgentRole();
     Repeater1.DataBind();
 }