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?
Rick Spiewak - 23 Apr 2004 12:25 GMT
Try turning off the datagrid viewstate in the codebehind at the same time
you create the columns.
> Hi all
>
[quoted text clipped - 6 lines]
> The columns for my grid are being generated dynamically in the code
> behind, is this causing the problem?