Deep Zoom, asynchronous file download in the updated AJAX Control Toolkit

    image

    Updated ASP.NET AJAX Control Toolit, which has become an even more powerful tool for creating AJAX web applications.


    New controls


    The SeaDragon service creates a Deep Zoom component for the image you select, generates JavaScript code that can be easily added to your website.

    In the new ASP.NET AJAX Control Toolit assembly, a similar SeaDragon component was added, which allows you to display, manage and configure Deep Zoom content:



    You can see how to create Deep Zoom content in the “Seadragon Ajax Control - Quick Start Guide” screencast .

    Asynchronously upload files to the server using the AsyncFileUpload control


    At last!!! What has long been requested has come to pass! Now you can upload files to the server asynchronously.

    The code is as follows: It looks like this: In addition, as always noticed bugs were fixed and new features were implemented, for which you can vote here . The new toolkit can be downloaded here , as well as see how it works, on the demo site (although the latest changes have not yet been noticed there). Thanks for attention!

    OnClientUploadError="uploadError"
    OnClientUploadComplete="uploadComplete"
    runat="server" ID="AsyncFileUpload1"
    Width="400px" UploaderStyle="Modern"
    UploadingBackColor="#CCFFFF"
    ThrobberID="myThrobber"/>




    image






    Also popular now: