TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prakash
NA
258
77.3k
Get image from database in mvc view
Aug 24 2016 1:39 AM
hello experts
I stored image on server and in database stored the path of that image now i want to view image on razor view.
i tried this but get same image for all product
<img src="@Url.Content("/Images/image.jpg")" width="100" height="100" />
if i use below i get null not display anything
<img src="@Url.Content(item.Image1)" alt="" />
in database Image1(column) have path of the image
Please help
Thank You
Reply
Answers (
3
)
How to add openXml or closedxml or microsoft.office
How to create Hotel Room Booking Calendar in asp.net C# ?