
Updated ASP.NET AJAX Control Toolit, which has become an even more powerful tool for creating AJAX web applications.
New controls
SeaDragon service creates a Deep Zoom component for your chosen image, generates JavaScript code that can be easily added to your site.
')
In the new assembly of ASP.NET AJAX Control Toolit, a similar SeaDragon component has been added, which allows you to display, as well as manage and customize Deep Zoom content:
<ajaxToolkit:Seadragon ID="Seadragon" CssClass="seadragon" runat="server" SourceUrl="sample.xml"/>
How to create Deep Zoom content can be viewed in the
screencast "Seadragon Ajax Control - Quick Start Guide" .
Asynchronous file upload to the server using the AsyncFileUpload control
Finally!!! What has long been asked for has happened! Now you can upload files to the server asynchronously.
The code is as follows:
<ajaxToolkit:AsyncFileUpload
OnClientUploadError="uploadError"
OnClientUploadComplete="uploadComplete"
runat="server" ID="AsyncFileUpload1"
Width="400px" UploaderStyle="Modern"
UploadingBackColor="#CCFFFF"
ThrobberID="myThrobber"/>
It looks like this:

In addition, as always, the noticed bugs were fixed and new features were implemented, for which you can vote
here .
The new toolkit can be downloaded
here , and also to see how it works, on the
demo site (although recent changes have not yet been noticed).
Thanks for attention!