1
Answer

How to retrieve the image from database in mvc 4

Usha Raj

Usha Raj

9y
1.1k
1
 how to retrieve the image from database into mvc 4  application ??can any one help ,am new to mvc


In database am storing the image path like 
  
profilePicture -->varbinary(max)  //Here am storing the path


Now I need to display the this path as image into mvc application
Answers (1)