Plip's Weblog

Phil Winstanley - British Microsoft ASP.NET MVP & ASP Insider.

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 ;-)

Posted: Aug 05 2006, 10:54 PM by Plip | with 3 comment(s)
Filed under: , ,

Comments

Vikram Lakhotia said:

Can U give me the code for This extender. Also if u can publish the code and explain it a little it will be a great help

# August 7, 2006 1:05 AM

mighty_man said:

sweet.

LightBox and Atlas have some issues so,

some code and ex would be nice !

# August 7, 2006 7:31 AM

Brent said:

Plip,

Looks cool. As someone stated earlier, lightbox has issues with Atlas, so your control could prove very useful. Are you planning publishing it any time?

# September 15, 2006 9:27 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)