|
by Kunal Chowdhury via Kunal's Blog on 6/9/2011 6:00:00 AM
Sometime you may want to save the values present in your page while switching from one page to another page, sometime you may want to store the values while switching application between foreground and background. When you are switching from one application to the other, the first app enters into the deactivated mode. At that time you can store the current state of the page and display them back again by retrieving those values from page state once you return to the first app.
... [ read more ]
|