コード例 #1
0
 private void Bind(string accounts)
 {
     rep1.DataSource = bllcp.GetModelList("Accounts='" + accounts + "'");
     rep1.DataBind();
 }