Click here to Skip to main content
15,909,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created a table in database with columns id varchar and pic image.
now in my asp web form i have taken a textbox, a button and an image control, now when i enter an id and click the button i want the c# code to display respective image in the image control
its urgent plz help me
Posted

1 solution

this post[^] shows you have you can achieve what you want.

However I don't understand why you would want to store an image in a database to begin with.
 
Share this answer
 

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