Partial view is not updating image in ASP.NET MVC4 -


i have view on 2 partial views rendered.one partial view(lstcontactperson) contains list of contacts(image , other details) , action buttons view/edit/delete.on edit button-click details of record rendered in partial view(contact) edit. after submitting contact form details updated not image on lstcontactperson view without reloading page.

i have searched , found issue must of caching , implemented of cache removing/disabling stuff issue not resolved.

try adding random value image url. ensure image not fetched browsers cache

http://yourimage.png?nocache={guid} 

Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -