If it is an ASP.NET , you need to use HTTP Handlers to render an image from database to Image Control. In a query string you need to pass an ImageId, based on ImageID u need retreive the raw data. Render the Data on Page, by mentioning the MIME Type Jpeg or PNG.
↧