Server Control Custom State Management
This section contains two samples. The first demonstrates how to implement state management for a property that has subproperties. The second shows the implementation of the IStateManager interface by the type of the property shown in the first sample.
In This Section
- Custom Property State Management Example
Demonstrates how to implement state management for a property that has subproperties.
- Custom Type State Management Example
Demonstrates the implementation of the IStateManager interface.
Related Sections
- Developing Custom ASP.NET Server Controls
Describes how to develop ASP.NET server controls.
- Server Control Simple Properties and Subproperties
Describes how to implement simple properties and subproperties in ASP.NET server controls.
- Server Control Collection Properties
Describes how to implement collection properties in server controls.