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
Dr.Ajay Kashyap
NA
521
283.4k
how to do mvc details view page responsive in table format
Nov 25 2016 11:06 PM
hello ...
how to do mvc details view page responsive in table format..?
Given Below Is Code
<table>
<tr>
<td><b>@Html.DisplayNameFor(model => model.Business.BusinessName)</b></td>
<td>@Html.DisplayFor(model => model.Business.BusinessName)</td>
<td><b>@Html.DisplayNameFor(model => model.Title)</b></td>
<td>@Html.DisplayFor(model => model.Title)</td>
<td><b>@Html.DisplayNameFor(model => model.Description)</b></td>
<td>@Html.DisplayFor(model => model.Description)</td>
</tr>
<tr>
<td><b>@Html.DisplayNameFor(model => model.BusinessLocation.Address)</b></td>
<td>@Html.DisplayFor(model => model.BusinessLocation.Address)</td>
<td><b>@Html.DisplayNameFor(model => model.MasterCategory.Category)</b></td>
<td>@Html.DisplayFor(model => model.MasterCategory.Category)</td>
<td><b>@Html.DisplayNameFor(model => model.Createdby)</b></td>
<td>@Html.DisplayFor(model => model.Createdby)</td>
</tr>
Reply
Answers (
3
)
make a protected string and return arraylist
reduce image size when upload with binary image save databas