Why images can not be loaded in the webpage.

C

cheers_ye

The source of the image is

<IMG ID=\"69\" class=\"a10\"
SRC=\"Imageprocesser.aspx?SessionID=1111&amp;reportStream=1&amp;ReportID=258&amp;HistoryID=2006-09-15T18:25:25&amp;Action=LoadSnapshot&amp;ReportType=HTML4.0&amp;imageExt=&amp;imageWidth=&amp;imageHeight=&amp;useToolbar=False&amp;htmlFragment=False&amp;mappedPath=/kyoga-qa/CKEmployerReports/BCBSTNReports/DiabeticMemberSummary&amp;reportVariable_GroupID=8&amp;reportVariable_BasePath=/kyoga-qa&amp;RPSessionID=nopykwuqk2nofz551tm30u45&amp;ImageID=C_69_S\"/>

in the Imageprocesser.aspx.cs file, it will retrieve the image from
another server response. and use response.write() to write the image
stream to the current browser. The problem here is sometimes the image
can be loaded correctly, sometimes there is only a cross sign (meaning
the image is not loaded correctly).

I try to debug, but in stepping mode, everytime the image can be loaded
correctly. This problem only happens when i execute the program without
using debugging.

I am really confused. What could be wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top