Lars,
If you re-populate the datagrid on every postback, you can disable it's
ViewState. It will save a lot.
Eliyahu
"Lars Grøtteland" <lars@nospam> wrote in message
news:%...
> Hello!
>
> My ViewState is huge. I have a couple two comboboxes, three edit boxes
with
> one button each, and a dataGrid.
> I'm showing 200 items in the grid, and when the page loads, the viewState
is
> 61 pages pasted into Word. - That's over 3/4 of the aspx page.
>
> Any help how to size down this ViewState would be appreciated.
>
> - Lars
>
>
|