cannot disable viewstate on a datagrid

  • Thread starter Thread starter Rhodri
  • Start date Start date
R

Rhodri

Hi all

I have a datagrid which can display upto 20,000 records and the
viewstate gets very big. I have tried turning of viewtate using
EnableViewState = false both on the parent page and on the DataGrid
itself, however when i view the generated html source there is still
an enourmous viewstate.

The columns for my grid are being generated dynamically in the code
behind, is this causing the problem?
 
Don't know, but try turning off the viewstate dynamically as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

disabling viewstate on datagrid 6
viewstate on datagrid 1
DataGrid Viewstate 4
Datagrid viewstate contents? 2
Disable Viewstate 26
Datagrid : viewstate 1
viewstate - help! 1
Persistent ViewState 4

Back
Top