Supporting View State
ASP.NET provides a number of services for supporting state management in ASP.NET mobile Web pages. These services are described in Understanding State Management in ASP.NET Mobile Web Pages. This section describes how to use those services and extend them when creating your own device-specific adapters for mobile devices.
In This Section
Supporting Application View State
Provides guidelines for managing regular view state, with hints for creating complex objects that manage their own view states.Supporting Private View State
Describes the private view state mechanism and how it differs from an application view state.Page Adapters and View State
Discusses how view state is saved with respect to a page adapter.
Related Sections
- Control and Adapter Interaction
Provides a step-by-step, in-depth summary of the interaction between controls and their device adapters, and page controls and their device adapters, during the life cycle of a control.