User Question: ViewState chunking is it going to increase or decrease performance for ASP.NET 2.0 app

Hi Jas,

I have a question regarding view state. If we chunk ViewState, is it going to increase or decrease page load time and what is the affect to chunking on application performance.

Hope to hear from you soon.

 

Answer:

Viewstate chunking:   The viewstate sent to the client browser is broken into multiple hidden fields, and each field's value is less than the size specified in the MaxPageStateFieldLength property of <pages>  tag

 

Read @ AspRangers.com