Usha Raj

Usha Raj

  • NA
  • 144
  • 57.6k

How to retrieve the image from database

May 6 2015 3:28 AM
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 
 

Answers (2)