|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Why the images can not be loaded in the browser sometimes?
<IMG ID=\"69\" class=\"a10\" SRC=\"Imageprocesser.aspx?SessionID=1111&reportStream=1&ReportID=258&HistoryID 06-09-15T18:25:25&Action=LoadSnapshot&ReportType=HTML4.0&imageExt=&imageWidth=&imageHeight=&useToolbar=False&htmlFragment=False&mappedPath=/kyoga-qa/CKEmployerReports/BCBSTNReports/DiabeticMemberSummary&reportVariable_GroupID=8&reportVariable_BasePath=/kyoga-qa&RPSessionID=nopykwuqk2nofz551tm30u45&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? cheers***@hotmail.com wrote:
> The source of the image is This is a classic asp newsgroup. Dotnet is a totally different> > <IMG ID=\"69\" class=\"a10\" > SRC=\"Imageprocesser.aspx technology. Try microsoft.public.dotnet.framework.aspnet -- Mike Brind Actually this approach will work in classic ASP. It's a nice trick to implement the built in image handling capabilities of ASP.net
from a classic ASP page. my guess is the problem has to do with escaping the quotes- shouldn't be necessary. Show quote "Mike Brind" <paxton***@hotmail.com> wrote in message news:1158590096.517601.255200@h48g2000cwc.googlegroups.com... > > cheers***@hotmail.com wrote: >> The source of the image is >> >> <IMG ID=\"69\" class=\"a10\" >> SRC=\"Imageprocesser.aspx > > This is a classic asp newsgroup. Dotnet is a totally different > technology. Try microsoft.public.dotnet.framework.aspnet > > -- > Mike Brind > |
|||||||||||||||||||||||