Image Zooming Control Preview
AJAX, ASP.NET, CSS, Highslide, UI By Dave Ward on March 22nd, 2007Update: 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" />
Similar posts
What do you think? Your comments are welcomed.
I appreciate all of your comments, questions, and other feedback, but please try to stay on topic. If you have a question unrelated to this post, I recommend posting on the ASP.NET forums. If you post there and then contact me with a link to the post, I'll try to take a look at it for you.
If you're replying to an existing comment, please use the threading feature. To do this, click the "Reply to this comment" link underneath the comment you're replying to.

Comments
hi nice site.