Load picture from SQL and set it as a picturebox image in C#
I am using this code to load an image from SQL and set it as a picturebox image. but the code does not work. I use “image”/”varbinary(Max)” for Logo image in SQL Server.
How can I load picture from SQL and set it as a picturebox image in C#
I am using this code to load an image from SQL and set it as a picturebox image. but the code does not work. I use “image”/”varbinary(Max)” for Logo image in SQL Server.