views:

38

answers:

0

Hi All,

I have a datalist control. I am using asp.net 2.0 with C#.

In this datalist I have a image control

<asp:Image ID="ImagePreview" runat="server"  Width="62px" Height="62px"  />

I have to make a lightbox for the images in the datalist.

please help me. I have search on internet & I got some wonderful articles but they all are for static images, but here I am binding Image.

Please note that Image is stored in a folder in the application directory and not in the database.