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