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.
Peter Bromberg [C# MVP] - 16 Sep 2007 00:54 GMT
http://www.eggheadcafe.com/articles/20050911.asp
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> 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
[quoted text clipped - 5 lines]
>
> Any ideas? THANKS.