How to load the image in the ultrawebgrid cell from sql server 2005 database column of datatype image ?
Hi Atiya,
There is no way to directly go from a database Image type to a grid, since the grid is expecting some sort of Image source in a browser. The image will need to be retrieved from the server, saved out, and then the grid cell can be assigned an image. Check out this help link for how to get an image in a cell:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebGrid_Display_an_Image_in_a_Grid_Cell.html
Let me know if this helps or if you need anything else,
Thanks
Jason