Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Dock > Save and Load state from XML

Save and Load state from XML

Feed from this thread
  • Posted on Apr 20, 2006 (permalink)

     

    Requirements

    RadControls version

    RadDock 1.1+
    or
    Telerik.Web.UI 2007.1.626.0+

    .NET version

    NET 2.x/3.x

    Visual Studio version

    2005/2008

    programming language

    C#

    browser support

    all browsers supported by RadControls



     
    RadDockLayout provides the ability to persist the layout of the docked controls by saving it to and loading it from some storage medium. The following online demos demonstrate how to achieve this:
     Load/Save Layout , My PortalDynamically Created Docks .





    The attached example demonstrates how to save and load the dockable object's state in a xml file. This feature is useful when you have several users who reorder the objects on a page in their own way and then leave the page. You can save their settings in the XML and when the user logs back into page, the dock objects' states will be restored.

     

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Dock > Save and Load state from XML