C
Clifford Williamson
All,
Thank you very much in advance for any help you can give. I have a
website dedicated to holding and maintaining employee data which
includes pictures used for ID badges. I am having a problem with
getting images to load and display properly from my .NET server. I
have been able to insert, update, select, and delete images (jpeg's)
from/to the SQL2000 database without issue. The problem is when it
gets displayed in IE, it often doesn't display a picture at all or it
brings up an older image from a previously selected name from my
listbox. It will often display the same picture several times before
changing to one from a person it selected earlier on the page. The
strange part is that when I debug/run the page from VB it works great.
The images all load and display as they should. All my images are
loaded to and from a memorystream and my picturebox URL points to an
ASPX page that reads the memorystream and outputs that stream to the
box. It's making me crazy at this point because I'm uncertain why it
will work in the debugging enviroment and not work in a live
situation. Any help or tips on this is greately appreciated.
I will post any part of code needed to add clarity.
Thank you very much in advance for any help you can give. I have a
website dedicated to holding and maintaining employee data which
includes pictures used for ID badges. I am having a problem with
getting images to load and display properly from my .NET server. I
have been able to insert, update, select, and delete images (jpeg's)
from/to the SQL2000 database without issue. The problem is when it
gets displayed in IE, it often doesn't display a picture at all or it
brings up an older image from a previously selected name from my
listbox. It will often display the same picture several times before
changing to one from a person it selected earlier on the page. The
strange part is that when I debug/run the page from VB it works great.
The images all load and display as they should. All my images are
loaded to and from a memorystream and my picturebox URL points to an
ASPX page that reads the memorystream and outputs that stream to the
box. It's making me crazy at this point because I'm uncertain why it
will work in the debugging enviroment and not work in a live
situation. Any help or tips on this is greately appreciated.
I will post any part of code needed to add clarity.