Example #1
0
 public void DataBind(IList dataSource)
 {
     _listView.DataBind(dataSource);
     this.Refresh();
 }