R
rh1200la
Hey all. I'm trying to display a BLOB image from SQL Server to a .NET
user control. I have found resources on the internet that say create
a .aspx page and display at as content type image/gif. That works
fine but each page (section) is pulling information from the database
to begin with, and I do not want to do a separate database call for
the image. Ideally I would have a control that I can pass in the
reference to this object (image).
Any ideas? THANKS.
user control. I have found resources on the internet that say create
a .aspx page and display at as content type image/gif. That works
fine but each page (section) is pulling information from the database
to begin with, and I do not want to do a separate database call for
the image. Ideally I would have a control that I can pass in the
reference to this object (image).
Any ideas? THANKS.