Render partial view with updated value.
Posted
by janiya
on Stack Overflow
See other posts from Stack Overflow
or by janiya
Published on 2010-05-21T12:04:45Z
Indexed on
2010/05/21
12:10 UTC
Read the original article
Hit count: 230
asp.net-mvc
I am working on asp.net mvc project using views and partial views. Multiple partial views are being rendered in single view. Now my problem is that when ever i update some values in partial view and render it again through controller it does not show partial view with updated value.... to see updated value i have to refresh the page each time.
© Stack Overflow or respective owner