Click here to Skip to main content
15,920,503 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
I have already saved a binary image from the database.

Can I retrieve the binary image and put it in the image (tool in asp.net) in a panel pane?
Posted
Updated 2-Jun-11 14:12pm
v3

1 solution

yes,

you can use generic ihttp handlers, add a handler into your project and retrive your image from databse there.
you can then use that **.ashx as your image src to get image

read this
 
Share this answer
 
Comments
Dalek Dave 2-Jun-11 20:12pm    
Good Call
saxenaabhi6 2-Jun-11 20:18pm    
thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900