How can you examine what's in the ViewState for a control/page?
When I try to look at the object in the debugger, the keys, the values, the Non-public members are all "turtles all the way down".
How can you examine what's in the ViewState for a control/page?
When I try to look at the object in the debugger, the keys, the values, the Non-public members are all "turtles all the way down".
The Viewstate Helper is a great tool for examining viewstate from the outside - i.e., decoding it from a rendered page and showing you what is there, how heavy it is, etc.