Good afternoon all, a little puzzler for you.
I have a sql table that contains an AccountId and an AccountLogoFilePath (the images are stored in a folder rather than in the table itself).
How would I go about using LINQ to SQL in populating an image using this file path method (in c#)
I've done something similar in SSRS so I am asusming something along those lines is possible?