示例#1
0
 private void BindData()
 {
     this.GridView1.DataSource = BmkStatus.Find(Condition.Empty);
     this.GridView1.DataBind();
 }