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
There's a topic in the help called 'Display an Image in Grid Cell' in the Fomatting Data section of the Data topics in the Using WebGrid part of the Developers guide.
See this page on how to access the online help if you did not install it as part of your NetAdvantage.
http://es.infragistics.com/gethelp/