How would the product details be added to say a table using jQuery in a way that model binding still works?
Also, each step be better in a partial view?
I'm thinking I need one view with one model where the model has all the info I need to collect in each step but not sure how to display each step in a partial view and have all steps/partial view bound to the one model.
Matt_22
Member
15 Points
11 Posts
Re: Razor View - Build up a table of products
Mar 25, 2012 07:20 PM|LINK
How would the product details be added to say a table using jQuery in a way that model binding still works?
Also, each step be better in a partial view?
I'm thinking I need one view with one model where the model has all the info I need to collect in each step but not sure how to display each step in a partial view and have all steps/partial view bound to the one model.