Okay, now i have an employee form with an image field at the top. Now i want to retrieve an image from a database, stored in bytes and display it an asp.net image control. I have tried so many solutions i found on the net but none worked. I want to do it without using any handlers or querystrings, all my data in my database passes through my class library to the web form. I am not using a gridview or any of the data controls.
I use Visual Studio 2010 and Sql server express 2005.
this is not a school project it is work related.
I use Visual Studio 2010 and Sql server express 2005.
this is not a school project it is work related.