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
678
ultra picturebox with image from sql server database
posted

Hello,

I need to implement image on ultrapictureBox. this image is store on SQL SERVER 2005.

This a part of my code :

ObjetDataAdapter1.Fill(ObjetDataSet2, "dt_artiimage")

UltraPictureBox1.Image = ObjetDataSet2.Tables("dt_artiimage").Columns(3)

Can you help me ?

thanks

Laurent