Windows Phone 7 (Mango) Tutorial - 9 - Page State Management

Yesterday we discussed the basic theory on Windows Phone 7 Page State. We came to know what is this and when to use this. We also came to know the way to implement the state management. In this chapter of the tutorial series, we will learn more about Page State Management in Windows Phone 7.1 with a small application.   After reading this tutorial chapter, you will be able to store page state, retrieve and clear them on your need. Read to know more about this topic, share the link to others and ask any queries if you have at the end of the post.   Design the XAML Page Let's create a demo application to showcase the Page State management. To do this, we will start with the XAML creation. We will split the Grid named "ContentPanel" to columns and rows. Now we will place a TextBox and two buttons there. The first button will preserve the content of the TextBox to the state and the second button will reset the state of the page.   Here is the...