Wednesday, August 11, 2010

I need to know how to display images in datagrid?

in my database (access) the images of products are saved as ole objects and desciptions are also ole object(word doc)...i need to know how to get this into the datagrid...can someone please help me with this?? am using access and asp.netI need to know how to display images in datagrid?
Create thumbnile images of the Products (Images of smaller size)


Use LOB features of your database to store images directly in the database.


On the Data Grid, dynamically align Image Control for each record. You can create an Image control array - same length as number of records shown in Data Grid. Refresh it as you move in grid.

No comments:

Post a Comment