Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TabStrip > Client-side tab pre-loading

Not answered Client-side tab pre-loading

Feed from this thread
  • Rob avatar

    Posted on Sep 17, 2008 (permalink)

    Requirements

    RadControls version

    ASP.Net Ajax 2008.2 SP1 (2008.2.826.35)
    .NET version

    3.5
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


     
    PROJECT DESCRIPTION
    Another example of a custom tabstrip.
    If you need to get a large tabstrip downloaded and useable quickly, this example shows how the first tab is rendered to the client and once everything is loaded client-side, the further tabs are rendered in the background.
    The user can use the tabs as they become useable and enabled.

    I have seen examples of this implemented using server-side timer controls, but this approach didn't work for us as the timer could kick off before the page had finished loading.

    Unzip the project and open it in Visual Studio. All that is required is the .Net 3.5 version of your control library to be in the root of the project.

    Kind regards,

    Rob

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > TabStrip > Client-side tab pre-loading