Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam working on asp.net image gallery
my table design i s
(
fileid bigint,
filename nvarchar(500),
uploadedfile varbinary(max)
)
i dir those images in datalist
but i need to add lightbox effect on that images
but when i search every example i found is working on static images or images on server & only path is stored on database
& also i need it to work on client side not on server side
with regards
Posted

1 solution

Hi,

Refer This Link......
You Will Get Jquery Plugin For Images Here ..........


http://www.noupe.com/jquery/40-useful-and-fresh-jquery-plugins.html[^]
 
Share this answer
 
v2
Comments
[no name] 30-Nov-11 0:56am    
i look it all depend on static images
_Tushar Patil 30-Nov-11 1:00am    
IF you are Storing Images In Database In Binary Format ...
1)Write Code That Will Covert Images from binary to .Jpg
2)Store this images in Folder on Server, Then Give Path of This static image Folder ...
[no name] 30-Nov-11 23:39pm    
what is the benefit of saving image in binary format if iam going to store it on folder on server && they prevent writing from code on server for security reason
_Tushar Patil 30-Nov-11 23:44pm    
Then Its Ok..............

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900