Folks!
The following is a "Hello World" kind of code for ViewState. I just want to know how to retain the ViewState 1) while Page Refresh when using UpdatePanel and also 2) While I reverting back to the page after round trip when using UpdatePanel?
In the following code snippet the ViewState is killed when I click page refresh or when I go some page and revert back
Code Snippet:
Thanks