Click here to Skip to main content
15,901,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I fetch Image from Database , which I want to store that image in my table using varbinary(250) datatype, so tell me how can I insert any image by using above datatype in sql server 2008.
After that , I want to know that how to display that image(fetch from database) using silverlight 4.0 application with C# code.
Thanks in Adv.
Posted
Updated 18-Apr-11 21:27pm
v2
Comments
dev22 19-Apr-11 4:38am    
Tarun , I already checked this link , and also i know , we should use WCF.
but plz help me for how i fetch this img, and show in silverlight page.

You need to fetch the image via a web service and then display it in an image control.
 
Share this answer
 
 
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