| First Name | Last Name | Middle Name | Admission No | Roll No |
|---|---|---|---|---|
| @Html.DisplayFor(modelItem => item.firstName) | @Html.DisplayFor(modelItem => item.lastName) | @Html.DisplayFor(modelItem => item.middleName) | @Html.DisplayFor(modelItem => item.addmissionNo) | @Html.DisplayFor(modelItem => item.rollNo) |
ASP.NET MVC using Jquery
Here I have got the data and everything is fine, but the table information is not displaying on the browser , in browser it is just displaying the heading but not the data.
In debugger, it is just showing the heading and tbody tag but not td cells.
anyone help in solving this issue....
Bikesh SrivastavaPosted Nov 1, 2016, 8:10 AM
Ravi PatelPosted Nov 1, 2016, 3:31 AM
@TempData["record"]
Francis SusaimichaelPosted Nov 1, 2016, 2:44 AM
Salman BegPosted Nov 1, 2016, 2:42 AM