Exemple #1
0
 protected override void LoadControlState(object savedState)
 {
     object[] array = (object[])savedState;
     base.LoadControlState(array[0]);
     this.rowClickEvent      = (RowClickEvent)array[1];
     this.useCoolPager       = (bool)array[2];
     this.hidePagerOnOnePage = (bool)array[3];
 }
Exemple #2
0
 protected override void LoadControlState(object savedState) {
     object[] array = (object[])savedState;
     base.LoadControlState(array[0]);
     this.rowClickEvent = (RowClickEvent)array[1];
     this.useCoolPager = (bool)array[2];
     this.hidePagerOnOnePage = (bool)array[3];
 }