|
|
Purchase Now
Download Now
Learn more... |
|
|
Save State
If you set Enable View State in Callback to True the control will
get the latest state of all form elements. Otherwise it will get the initial settings
of form elements.
In this example, having it turned on will let you add to total incrementally. If
you turn it off total will always be 1 since it keeps getting the initial state.
Note that here View Sate saving process will be same as ASP.NET view state process
available during post backs.
|
|