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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -