I need to display the image from the database into mvc application .In database am storing the image like"Image.jpg" the same image is in folder with in project directory.So I need to display the image for the particular user after login, can any one tell me how to write the code for this??
I mentioned the Users table like
Uid-->int
Uname-->varchar(100)
Image-->varchar(100)//here am storing the image like image.jpg
Usha RajPosted May 6, 2015, 3:38 AM
Dipankar BiswasPosted May 6, 2015, 3:34 AM
see this link..http://www.c-sharpcorner.com/UploadFile/a20beb/retrieve-image-from-the-database-in-Asp-Net/
thanks..