Topic: Basics - Datagrid and State
Share/Save/Bookmark
Datagrid and State
 
If you fill a data set and bind the data to the DataGrid control in the Page_Load
event procedure, you don't need to maintain state information for the DataGrid control.
 
Turning off state information improves performeance because the data in the DataGrid control
does not have to be saved to the page's ViewState between requests.
 
Set the DataGrid control's "EnableViewState" property to "False" to turn off state
maintenance for the control