Click here to Skip to main content
15,861,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I found many tutorials about how to integrate fancybox/lightbox gallery in my asp.net website, but none of them showed me how to display images with fancybox/lightbox from image path that i have put in my sql 2012 database. If anyone is familiar with this subject can you please suggest me some links or tutorials.I am using C# language and Visual studio 2012.
Posted
Comments
David_Wimbley 15-Jun-13 21:19pm    
What you need to do is find tutorials on how to use fancybox/lightbox in asp.net (like you say you have) and then find some tutorials on how to read data from a database using c#.

Then put what you've learned from those two tutorials into practice by reading your image file paths/looping over the data from SQL to use with lightbox.

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