Click here to Skip to main content
15,902,743 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am trying to develop a visual webpart which will display images according to the user's input. I inserted the image and the respective details in sqlserver. I can retrieve and display the other details in visual webpart. I dont know how to retrieve the image from sqlserver and display it in visual webpart . Please help!

Thanks!
Posted

1 solution

You can't put image directly in webpart, you have to use image tag pointing to a handler which will serve the image.
There are hundreds of solutions for this here on CodeProject do some research.
 
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