I am using asp.net 4.0 and all my images are stored in database using admin CMT.
I want to create a image gallery to display all thumbnail images in a list and lightbox effect for big images.
lightbox works fine if we have a physical location of the image, but in this case it is binary data (image datatype) in database.
Can you help me how can i assign the (binary) image to lightbox.