Displaying images from a database in an image control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am pulling an image and its corresponding content type from a SQL Server 2000 database with ASP.net. My question is how can I display this using an image control

Jim
 
Hi Jim Mace,

If your images are dynamically generated you must take a look at the
DynamicImage user control
http://msdn.microsoft.com/msdnmag/issues/04/04/CuttingEdge/default.aspx

You may download the exe and execute the sample code within that.

HTH
Regards
Ashish M Bhonkiya



Jim Mace said:
I am pulling an image and its corresponding content type from a SQL Server
2000 database with ASP.net. My question is how can I display this using an
image control?
 
Back
Top