Hello,
I need to implement image on ultrapictureBox. this image is store on SQL SERVER 2005.
This a part of my code :
UltraPictureBox1.Image = ObjetDataSet2.Tables("dt_artiimage").Columns(3)
Can you help me ?
thanks
Laurent
This all depends on how you're storing the image on the server. You will likely have to convert the value into a .NET Image before you can assign it to the UltraPictureBox, though I can't suggest how that can be done from your code.
-Matt
HI Matt,
First of all, thanks for your answer.I store pictures on sql server with "image" type.
I can't tell you more about that. There no more information about that in my database.
Is it possible to you, to tell me how convert picture from slq server in .net ?
thk
Laurent (France)