Пример #1
0
 public void BindData()
 {
     this.DataGrid1.AllowCustomPaging = false;
     this.DataGrid1.BindData(Announcement.FindAllWithCache());
 }