R
Rainer Sinsch
Hello everyone,
does anyone know, how I can refresh a webform image by pressing an
asp.net-button?
I have a statistics-jpg which gets updated every 5 minutes and want to
provide a manual refresh button. My initial try was to simply do a post-back
when pressing the button and adding
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">
to the page. However this does not suffice: if the button is pressed a
chached image appears. If I press F5 I get the updated picture.
Any ideas on this?
Thanks in advance
Rainer Sinsch
does anyone know, how I can refresh a webform image by pressing an
asp.net-button?
I have a statistics-jpg which gets updated every 5 minutes and want to
provide a manual refresh button. My initial try was to simply do a post-back
when pressing the button and adding
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">
to the page. However this does not suffice: if the button is pressed a
chached image appears. If I press F5 I get the updated picture.
Any ideas on this?
Thanks in advance
Rainer Sinsch