I know this kind of question has been asked many times. Yet I don\'t succeed in displaying an image from my db on a page.
I tried the following method.
Make sure you call Response.Flush(); and also Response.End(); and see if that does the trick
Also, your content type has a misspelling. Is not "images/jpgeg" I think it's "image/jpeg"
EDIT: Yes, I just confirmed in Wikipedia that the correct content-type is image/jpeg.