MVC: Submit one form from a page with multiple forms
- by Rob
I'm working in an ASP.NET 3.5 MVC application where i've got a view with multiple forms in it. Form 1 contains information about products and will form a shoppingcart with a remove button. Form 2 is as below and is to be used to get the information from the shoppingcart and create an order of it.
<% using (Html.BeginForm()) { %>
…