Guest User

Untitled

a guest
Jul 20th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. @model IEnumerable<Rajasthan.Models.anx40>
  2.  
  3. @{
  4. ViewBag.Title = "anxs40";
  5. }
  6.  
  7.  
  8. <table>
  9. <tr>
  10. <th></th>
  11. </tr>
  12.  
  13. @foreach (var group in Model) {
  14.  
  15. <tr>
  16. <td class="td">
  17. @Html.DisplayFor(modelItem => group.wcc.district)
  18. </td>
  19. <td class="formbox">
  20. @Html.DisplayFor(modelItem => group.targetDistrict.wcc)
  21. </td>
  22.  
  23.  
  24. </tr>
  25.  
  26. }
  27.  
  28.  
  29.  
  30. </table>
Add Comment
Please, Sign In to add comment