Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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