How to display image using Database?
Hi
I have a web page in which i have to display image through sql server database
ID int
ImageName varchar(50)
ImagePath nvarchar(max)
for that I have to save path of image in database i give this path E:\library_project\images\inheritanceloss.jpg
my website is located in E drive with name library_project in which there is folder of images from there i picked a image
inheritanceloss.jpg to display through database but it do not works. Kindly help me.
|