ASP.NET View State

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.

In This Section

  • ASP.NET State Management
    Provides information on all the ways in ASP.NET that you can store information between page requests.