Beispiel #1
0
 //绑定数据
 protected void BindView()
 {
     ListView1.DataSource = UsersBll.all();
     ListView1.DataBind();
 }