Save and Load state from XML

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 20 Apr 2006 Link to this post

     

    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.

     

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.