Creating simple viewer to display controls data preserved in Viewstate

In the following lines I’ll show how to create very simple viewer that display the content controls store in view state. It’s NOT just a tree holding all the viewstate data as stored in __VIEWSTATE filed. It’s a list of all controls that store data in the view state and the data saved in the view state by each control.

 

read more about it ... http://weblogs.asp.net/ngur/articles/48014.aspx

No Comments