ImagePreview Atlas Control Extender
I've created an extender which gives you a preview of an image which you already have in you application.
It's really simple to add it to exising images, all you do is: -
<asp:Image ImageUrl="~/Images/TourDeFrance1.jpg" runat="server" ID="Image1" Width="100" />
<atlasToolkit:ImagePreview ID="ip1" runat="server">
<atlasToolkit:ImagePreviewExtenderProperties TargetControlID="Image1" />
</atlasToolkit:ImagePreview>
Control extenders are easy!
I'd love to make it as slick as the LighBox 2 scripts, but my javascript isn't that hot ;-)