Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1290
Displaying images from database onto cells
posted

Hi,

I have something like an employee table which stores their information and their photo(stored as Image type within MS SQL database) 

I have created a UltraWinGrid and have defined the schema, but I believe I cannot change the DataType of the columns at design time because I'm binding my datatable to the wingrid at run time.

Currently in my photo column of the datagrid, it just shows System.Byte[]

 

Any replies would be greatly appreciated!

Thanks!