Click here to Skip to main content
15,885,197 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am saving my images in sql database with datatype 'image'

i have successfully save images and retrieve from database by LINQ.

Right now I am using image control to display image it is displaying one image at a time and there are 2 button Next and Previous to navigate. It is working fine

But now I want to show all this image in thumbnails view in browser. and I want that when any use click on any image than it should display larger.

Any material or suggestion or guide is welcome.

comment if u want more info

database structure

ID varchar(40)
tag varchar(50)
description varchar(500)
image image

Thanks in Advance
Posted

1 solution

please pick from the selection found on google[^]
 
Share this answer
 

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