Update: Highslide JS .NET is available for download now.

I’ve been working on and off for some time to encapsulate Torstein Honsi’s excellent Highslide JS library into a .NET control. Finally, pending naming, it is ready for use. It should be available for download in the next couple days. Until then, here is a preview of it in action:

The best part is that it’s extremely easy to use. This is the entirety of the code used to create the demo page above:

<encosia:HighslideManager runat="server" 
  OutlineType="RoundedWhite" GraphicsPath="highslide/" />
<encosia:HighslideImage ID="HighslideImage1" runat="server" 
  ImageUrl="Thumbnail-1.jpg" FullImageURL="Image-1.jpg" />
<encosia:HighslideImage ID="HighslideImage2" runat="server" 
  ImageUrl="Thumbnail-2.jpg" FullImageURL="Image-2.jpg" />