Windows Phone 7 (Mango) Tutorial - 8 - What is Page State? - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Wednesday, June 8, 2011

Windows Phone 7 (Mango) Tutorial - 8 - What is Page State?

Windows Phone 7 (Mango) Tutorial - 8 - What is Page State?

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.   In this chapter we will discuss about the page state. This will help you to know the basics about it, very good for a beginner to jump start with it.   What is Page State? As described above, you can store the current state of the page while switching to a different page or application and retrieve it back once you return to the same page. You can do this by using the Page State. You can use the "State" property present in the PhoneApplicationPage class to implement...


Read More at: Source 

No comments:

Post a Comment