I have a listview with data from an Access database with the following fields
id, name, photo
is there any way to display product images in picturebox when I click on one of the data in the listview?
example:
product id: 0001 to 0100
when i select 0001 products in listview
the picturebox display product photos 0001
of database access
Thank....
id, name, photo
is there any way to display product images in picturebox when I click on one of the data in the listview?
example:
product id: 0001 to 0100
when i select 0001 products in listview
the picturebox display product photos 0001
of database access
Thank....