
ASP.NET Persistence Framework
Save and restore layouts, control settings, and more from your ASP.NET controls to any external resource like a file or a database.
DOWNLOAD ASP.NET Samples
Serialize to XML
Control settings are serialized and de-serialized to industry-standard XML. Made available to you with Streams, you can direct to any external source like IsolatedStorage, a database, or the local filing system.

Save and Load User Preferences
After the user has set up the preferred user interface, the Control Persistence Framework can preserve the end user's layout and settings and load them again later.

Tap into Persistence Events
Numerous events exposed by the framework provide the opportunity to fine-tune and control the saving and loading of persistent control settings.