示例#1
0
 public void Reset()
 {
     if (_gridPager != null)
     {
         _gridPager.Reset();
     }
     _theGrid.ClearSelections();
     _theGrid.PageIndex  = 0;
     _theGrid.DataSource = null;
     _theGrid.DataBind();
 }