I have a GridView inside an UpdatePanel that is hooked up to a DataSource from a database. One of the fields is configured to display an image (tick or cross).
A Timer runs every 60 seconds and the UpdatePanel is configured to trigger on the Tick event.
It is working in IE, but when the tick occurs, firefox loses the images after the AJAX refresh occrus.
Can this be fixed?