ASP.NET store Image in SQL and retrieve for Asp:Image

Posted by sweetcoder on Stack Overflow See other posts from Stack Overflow or by sweetcoder
Published on 2009-03-30T20:39:32Z Indexed on 2010/04/04 16:53 UTC
Read the original article Hit count: 307

Filed under:
|
|

I am looking to fileupload a picture jpeg,gif,etc into an SQL database on an updateprofilepicture page. Then on the profile page, I want to retrieve the image from an sql database and have it show up in an Asp:Image control. I have much code trying to do this and it doesn't work. The table contains a column of type Image.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about image