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?
 

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
DataGrid Viewstate 4
viewstate on datagrid 1
Datagrid viewstate contents? 2
Datagrid : viewstate 1
viewstate - help! 1
Persistent ViewState 4
Viewstate on a datagrid 1

Back
Top