Posts by NMB • 36 points
1 post
-
2
votes1
answer936
viewsA: Link calling method in Controller - C# MVC
In your view, in each Table Row, you can have... <tr> <% using Html.BeginForm("action","controller", new { Id = item.id }, FormMethod.Post); { %> <td>@Html.DisplayFor(modelItem…