Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In my application I am storing image path in database and want to display image using that path.
Plz Help ASAP

Thanxx in advance...
Posted
Comments
E.F. Nijboer 7-May-13 7:37am    
Try google ASAP!
Bikash Prakash Dash 7-May-13 7:37am    
Why not you storing images in database in binary data format.
[no name] 7-May-13 7:47am    
Read http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ ASAP

Put one picture box in your page and add this code in your code page

pictureBox1.Image=new Bitmap(@"<image path from database>");
 
Share this answer
 
v4
As size of Database will become heavy.
 
Share this answer
 
@ThePhantomUpvoter
Bro I have read it...
I need Solution, I have searched in google but I m not getting from there...
 
Share this answer
 
Comments
[no name] 7-May-13 8:01am    
No "bro" you did not read it at all. If you had read it you would have known to "Be specific", and you would have posted the code that you have tried along with a description of the problem, and you certainly would have have been so rude as to suggest that we solve whatever problem you have "ASAP". Why on earth would we post solutions when you are posting all of the solutions yourself.

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