Understanding State Management in ASP.NET Mobile Web Pages
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 in ASP.NET Mobile Web Pages
Describes the differences between session and private view states and how to manage them.Controlling Session State in ASP.NET Mobile Web Pages
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.