How to refresh a parent from a partialview in ASP.NET MVC? -
i have page shows collection of objects. each item in collection, there "edit" button loads details item in partial view (via jquery.load) in modal. users make changes in partial view , save; happens within partial view via ajax. how make changes show in parent page well?
i guess location.reload(true)
etc, there has better way?.
Comments
Post a Comment