ViewState is the mechanism that allows form field values to be preserved across page postbacks.
Let's say you have a aspx page that does not rely on session, but does rely on viewstate for persistance …
asp.net viewstateI have a site that features some pages which do not require any post-back functionality. They simply display static HTML …
asp.net optimization viewstateI know there are tools out there that will let you see the content of asp.net viewstate. Is it …
asp.net security viewstateWhat is the difference when using Hidden field vs View state? When to use each one ? Which one more secure? …
asp.net ajax performance security viewstateI'm tired of including EnableViewStateMac="false" in every page. How to do that globally?
.net asp.net viewstateWhat is the best way to reduce the size of the viewstate hidden field in JSF? I have noticed that …
java optimization jsf viewstate bandwidthI have a page that contains some dynamically created controls (TextBox and DropDownList). When a postback occurs, the TextBoxes keep …
asp.net vb.net drop-down-menu viewstateAll day I try to run JMeter tests of my JSF application. I am aware of ViewState, but it seemed …
java jsf viewstate jmeter load-testingI am really confused with the internal state of a Fragment. I have an Activity holding only one Fragment at …
android android-fragments fragment viewstate restore