public SelectionList()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }
Example #2
0
 public List()
 {
     _dataHelper = new ListDataHelper(this, ViewState);
 }