I have a page with a huge view (> 300 KB) .... Yes, I know. I narrowed down this anomaly to a single user control, but I was having trouble figuring that this control was there.
I overridden SavePageStateToPersistenceMedium on the page, but didn't work very well with the viewstate passed in. Can I pass it to some recursive function that will print everything in the object?
I tried using freely available viewstate decoders, but no one worked. I always get errors when trying to deserialize a viewstate.
I am very looking for a code snippet here.
Thanks,
mark
Thanks for tracking the suggestions, especially. next .axd subject. But it still only tells me how great the controls are, it doesn't tell me what the view is. I want to see if there are objects that I mistakenly serialize in viewstate.
source
share