Database Binary Conversion
Date: 07/17/06
(C Sharp) Keywords: database, web
Hello, long time lurker, first time poster here. :)
I'm currently working with your typical sandbox Northwind Database and C# .NET. I have set up a Datagrid class to spit out the contents of a certain table in the database (Employees). However, one of the fields in the database, "Photo", currently takes a Binary representation of an image.
My goal is to take the binary and convert it into a relevant image for display on a website, all in a Datagrid control.
Would anybody know of a way to go about doing this, or at least point me in the right direction?
Thanks!
Source: http://community.livejournal.com/csharp/70616.html