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

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -