Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <tr>
  2. <th>
  3. @Html.ActionLink("Last Name", "Index", new { sortOrder = ViewBag.NameSortParm })
  4. </th>
  5. <th>First Name
  6. </th>
  7. <th>
  8. @Html.ActionLink("Enrollment Date", "Index", new { sortOrder = ViewBag.DateSortParm })
  9. </th>
  10. <th></th>
  11. </tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement