ASP.NET Persistence Framework
Our ASP.NET Persistence Framework makes it easy for you to quickly serialize user settings across all ASP.NET controls. It's easily activated on any Web page(s) with at least one Infragistics ASP.NET control by adding a line to your "web.config" file. It then gives you complete flexibility in how and to what format you want to persist the readable/writeable properties of any ASP.NET control. You can selectively persist your data with our Persistence Framework, including user settings from third-party or your own custom ASP.NET controls on your Web page(s) in multiple formats that include JSON, XML and I/O Streams.
Features at a Glance
- Open Architecture - Easily persists Infragistics ASP.NET controls, as well as third-party and custom ASP.NET controls.
- Event-Driven - Handle save and load events to manage persistence at the Web page or global application level.
- Selective Persistence - Directly modify, add, or ignore particular controls and properties from being persisted.
- Multiple Formats - You can persist data to and from JSON, XML and I/O Stream formats.
- Nested Properties & Collections - Special support is included out-of-the-box for persisting nested properties and item collections from our ASP.NET data grid and hierarchical data grid controls with the ISupportPersistence interface.