ASP.NET Web pages provide view state, which is a way for you to store information directly in the page that you want to persist between postbacks. The topics in this section provide information on what view state is and how it works, and how you can use view state in your application.