asp.net - Firefox cache in C# -


in asp site there's function upload images , display upload image in data grid view problem when upload image , replace later 1 it's doesn't appear change in data grid without reload page.but problem doesn't occured in google chrome .

your image getting cached on browser. try either

  1. forcing have different url every time updated
  2. adding last modified header response image request, the write time of file.

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -