I am using a partial view to create a parent child view. What I would ideally like is the submit button on the parent view to save the child values.
I have the follo
In your case you have two forms! Razor would generate this
remove @using (Html.BeginForm()) {} from the partial view
@using (Html.BeginForm()) {}