hello ...
how to do mvc details view page responsive in table format..?
Given Below Is Code
| @Html.DisplayNameFor(model => model.Business.BusinessName) | @Html.DisplayFor(model => model.Business.BusinessName) | @Html.DisplayNameFor(model => model.Title) | @Html.DisplayFor(model => model.Title) | @Html.DisplayNameFor(model => model.Description) | @Html.DisplayFor(model => model.Description) |
| @Html.DisplayNameFor(model => model.BusinessLocation.Address) | @Html.DisplayFor(model => model.BusinessLocation.Address) | @Html.DisplayNameFor(model => model.MasterCategory.Category) | @Html.DisplayFor(model => model.MasterCategory.Category) | @Html.DisplayNameFor(model => model.Createdby) | @Html.DisplayFor(model => model.Createdby) |

Manas MohapatraPosted Nov 26, 2016, 3:16 AM
Dr.Ajay KashyapPosted Nov 30, 2016, 12:39 AM
Thank you Manas Mohapatra Sir
Kranthi Vardhan KolluruPosted Nov 25, 2016, 11:33 PM