Render partial view with updated value.
- by janiya
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.