Search code examples
EXAMPLE-A
asp.net
viewstate
ASP.NET - Viewstate Size
Is there a reliable method for viewing the size of the viewstate on any given postback?
Solution
Enable Trace in the web.config.
Browse the application http:////Trace.axd
In the "Control Tree" Section , sum up the ViewState Size and Control state Size of the controls.
Close Ad