In Asp.net (c#) ,how to store an image as binary(bytearray) ?

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2010-06-13T09:36:35Z Indexed on 2010/06/13 9:42 UTC
Read the original article Hit count: 189

Filed under:
|

i need to store a image(system.web.ui.image) in a sql[i use linq],for that i need to convert it into Binary(System.Data.Linq.Binary)....how to do this ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET