Callback ViewState
The ViewState is persistent on callbacks.
Increase the value of ViewState variable using a callback.
Make a real postback to the server.
You will see the ViewState variable value, updated according to the last callback.
ViewState value = 1
« Back to examples