Post a form with multiple partial views
I'm currently trying to post a form composed of two strongly typed views. This question is similar but it doesn't have an answer: MVC 3 Razor Form Post w/ Multiple Strongly Typed Partial Views Not Binding When I submit form the model submitted to the controller is always null. I've spent a couple of hours trying to get this to work. This seems like it should be simple. Am I missing something here? I don't need to do ajax just need to be able to post to the controller and render a new page. Thanks Here's my view code: <div> @using (Html.BeginForm("TransactionReport", "Reports", FormMethod.Post,