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
Mukesh
NA
228
42.8k
How to display image in model pop up in MVC
Sep 10 2018 10:45 AM
@foreach (var item in Model._DriverReporList)
{
@item.DriverId
@item.DriverName
@item.Address
@item.ContactNo
@item.DLNO
@item.DLExpiryData
<a herf="#" @item.Photo class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">View Photo
@if (item.IsActive == 1)
{
<span class="label label-sm label-success">Active </span>
}
else
{
<span class="label label-sm label-danger">InActive</span>
}
<a>class="fa fa-lg fa-edit"></a>
}
above is my code i want to know how to display photo in model pop up please help me
Reply
Answers (
1
)
Sql Table Multiple Column Value show in Dropdownlist
Employee Detail In MVC