Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > FileExplorer > Azure FileBrowserContentProvider

Not answered Azure FileBrowserContentProvider

Feed from this thread
  • Panos Tzirakis avatar

    Posted on Feb 9, 2011 (permalink)

    Requirements

    RadControls version

    RadControls for ASP.NET AJAX Q3 2009 SP1
    .NET version

    .NET20 & .NET35
    Visual Studio version

    2005/2008/2010
    programming language

    VB.NET
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    Connecting the RadFileExplorer control to the Windows Azure Storage

    HOW TO USE THE PROVIDER
    Modify the AppSettings section in the web.config file in order to declare the storage and the container.

    <appSettings>
        <add key="DataConnectionString" value="UseDevelopmentStorage=true"/>
        <add key="TelerikContainer" value="body"/>
    </appSettings>

    azuretelerik.codeplex.com

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > FileExplorer > Azure FileBrowserContentProvider