is a strange problem am experiencing. have a asp.net 2.0 application then creates bitmaps using GDI+ and then copies them onto hard drive as bitmap files and then web page is updated with URL pointing to the bitmap. using a "dummy query string parameter" to trick the browser into knowing its new images to prevent caching problem where old images are displayed.
the web page can have up to 20-25 bitmap images, but sometimes one of them is missing-- doesn't matter if its long page or short page. when right-clicking on the area and then selecting "properties" it suddenly appears.
has anyone experienced anything like this ? and/or anyone have any idea how to solve this problem?
was thinking of somehow refreshing programmatically? but don't know how to do that.
using Internet Explorer (a requirement).
thanks so much.
View Complete Post