Is there a reliable method for viewing the size of the viewstate on any given postback?
Thanks
Is there a reliable method for viewing the size of the viewstate on any given postback?
Thanks
To view it in the page at the bottom of each request you can enable page level tracing like:
<%@ Page Trace="true" %>
You can read more about this technique here:
I would recommend using FireFox addon called "Viewstate Size". Quick, simple and convenient.