Is there some easy way to handle multiple submit buttons from the same form? For example: <% Html.BeginForm("MyAction", "MyController", FormMethod.Post); %> <input type="submit" ...
-
April 22, 2022
- 0 Comments