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: 212
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