Understanding State Management
ASP.NET Mobile Web pages provide a number of services for state management. This section describes how ASP.NET mobile controls can use support session or application view state, as well as private view state.
In This Section
Controlling View State
Describes the differences between session and private view states and how to manage them.Controlling Session State
Provides guidelines for using session state.Additional State Management Considerations
Provides additional recommendations for handling state management.
Related Sections
- Supporting View State
Describes how to use and extend the services provided for application development.