ViewState is the mechanism that allows form field values to be preserved across page postbacks.
I'm using the ASP.NET 3.5 SP1 System.Web.Routing with classic WebForms, as described in http://chriscavanagh.wordpress.com/2008/04/25/systemwebrouting-with-webforms-sample/ …
asp.net-mvc routing viewstate mac-addressI'm a little confused. I haven't explicitly set the Web.config <pages ViewStateEncryptionMode="Always" />, and so this MSDN …
asp.net security encryption viewstateI have a few questions about when and how viewstate is encrypted in asp.net 3.5. For instance, if I have …
asp.net encryption viewstateI have an ASP.NET DropDownList with AutoPostBack=true and EnableViewState=false. I have a button on the page that …
.net asp.net drop-down-menu viewstate autopostbackI have a page in which I want to maintain the value of object between post backs. I am thinking …
c# asp.net viewstate hiddenfieldI have a DevExpress grid that needs to be refreshed every time the value in a combobox is changed. For …
asp.net viewstate devexpress aspxgridviewI have developed a custom control that extends ListBox. The idea is that the control 'remembers' modifications to its elements …
asp.net postback custom-controls viewstate postdata