.net - How can i see the total size of the ViewState by using Fiddler? -


where can see total size of viewstate out of total size of response (value in bytes in body column) in fiddler 2?

thanks!

you copy-paste value of __viewstate hidden-field (using "view source" in browser, works without fiddler) new text-file , check size of file.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -