Display BLOB Image in User Control

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.
 

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

Similar Threads

display image in gridview 2
Load image from database BLOB? 2
Image In User Control 3
Blob 5
Display BLOB in crystalreportviewer 1
Web Image Control Question 3
ASP.NET mySQL BLOB 4
Writing a BLOB by UPDATE 1

Top