Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
ViewState grows too large
posted

Hello,

In searching for some posts on ViewState in the WebTree I came across this post  that talks about using a WARP panel along with the TreeControl.  Rather than add on to that post, I have a question that I think is related.

I have a Tree that I populate through Manual demand load, no callbacks.  The data can get quite large, and I noticed that as I expand nodes on the tree that the ViewState grows quite large over time.  This eventually results in the WARP panel either timing out or just plain not returning the data.  I have increased the WARP callback timeout from the default 20 seconds to 40 seconds, but I don't think this is the solution.  You now only wait longer until the hourglass disappears.

Short of turning ViewState off, which does not offer a pretty solution (everything disappears) is there a better way to manage the ViewState in this situation?

Thanks in advance for any suggestions,

Dan