Possible Duplicate:
How to decode viewstate
Hi again. I have an application which has a viewstate size of about 40KB which is MUCH more than it should be. I only store some simple vars in the Viewstate. I already disabled ViewState for the grids which I thought would cause that issue but they weren't the "bad" ones.
Is there any way to loop through each viewstate element and show its size? Like: ViewState["userId"]=2KB, ViewState["guid"]=5KB and so on?
I don't really care in which way I get this information. Coding in C# would be nice but a firefox-plugin would also be nice.