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

i writing program in C# use Linq with 3 tier architecture.
i have a table 2 field
1 field ID(int) and 2 Image(varbinary)

how retrieve image in datagridview from database with C# use LINQ

thanks
Posted
Comments
Sreekanth Mothukuru 25-May-15 9:48am    
Create a ashx (handler) file to pull the image from DB and will send image in response. Or try to create an action method which will fetch the records and return image as http response.

1 solution

hi can you give me one example about this?
thanks
 
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