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
475
how to display an image in UltraWebGrid Cell
posted

Can anyone help me out in showing that if I have declared an image object and assigned it an image, then how would I display that image object.

Dim anImage As Image

anImage = System.Drawing.Image.FromFile("C:\PicDir\pic1.JPG")

How would I display anImage in an UltraWebGrid Cell?

Thanks