Save DockState in DataBase using RadAjaxManager

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 03 Dec 2009 Link to this post

    Requirements

    RadControls version

    Telerik.Web.UI 2009.3.1103.0+
    .NET version

    NET 2.x/3.x
    Visual Studio version

    2005/2008
    programming language

    C# and VB
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This example is a modified version of the my portal online demo, that shows how to save the state of dynamically created RadDocks in DataBase and display a RadAjaxLoadingPanel during the AJAX request. For that purpose we use RadAjaxManager to ajaxify the docks and manually call the RadAjaxLoadingPanel.show() and RadAjaxLoadingPanel.hide() to show/hide the LoadingPanel. These methods are called in the event handlers of the AjaxManager's OnRequestStart and OnResponseEnd client-side events.

    The LoadingPanel will prevent the user to initiate a new AJAX request before the current one has finished and thus avoid any exception that might result from an AJAX conflict.
Back to Top

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