Last november I blogged in detail on reducing the viewstate size of a page with a dtagrid or a datalist. This week I saw the app concerned in its production environment. It was a cripple duck, now it is a swift. Yep, size does matter.
blog on, Peter
I have heard that when viewstate reaches a limit, proxy servers tend to truncate it. I would like to know how can I set that size OR which factors decide upto what size proxy server would allow without any alter.
Thanks,
dgoyani
dgoyani@gmail.com
You can influence the size of the viewstate by disabling it for controls which don't need it. Watch out when doing that, disabling a control's viewstate will also disable the viewstate of the controls owned by the control (up the tree).
I havn't heard of this proxy server thing yet. If so, it will depend on the proxy server, so it's out of your app's control.