ASP.NET MVC Partial View with Form
I have a scenario I want to use a partial view but I'm having issues with it passing data to the controller. Here is a basic example of what I'm trying to do. Objects: Customer Order A Customer has an IList<Order> on it. I want the partial view to allow the user to edit the information. I can get the data to display but when the ...