J
Jeff Simmons
I have an object that has a collection of Photo in it. The Photo as
stored in the database as image type. Photo has a method that returns
the a Stream with the data so I can call System.Drawing.Image image =
System.Drawing.Image.FromStream(Photo.Stream). Now that I have an image
object how can I display it on my asp page?
Thanks
stored in the database as image type. Photo has a method that returns
the a Stream with the data so I can call System.Drawing.Image image =
System.Drawing.Image.FromStream(Photo.Stream). Now that I have an image
object how can I display it on my asp page?
Thanks