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
Post a Comment