Partial view is not rendering within the main view it's contained (instead it's rendered in it's own page)?
- by JaJ
I have a partial view that is contained in a simple index view. When I try to add a new object to my model and update my partial view to display that new object along with existing objects the partial view is rendered outside the page that it's contained?
I'm using AJAX to update the partial view but what is wrong with the following code?
…