Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
this my table

SQL
UPDATE equipo
SET foto_equipo =
(SELECT * FROM
OPENROWSET(BULK N'C:\molde.jpeg', SINGLE_BLOB) AS ORS)


i want to show the image in my page "Equipo.cshtml"
mvc3 or mvc4 razor c#
Posted
Updated 15-Oct-12 15:17pm
v2

1 solution

hi check out the following links
link1[^]
link2[^]
link3[^]
 
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