Omega2
09-29-04, 03:28 AM
Hello you guys and gals
Hoping you can help me with this thing
iv'e got two Data Tables in an access DB with a on to many relation
So the Program (cook book) has got the Dishes and then the ingredients
And the image name is in the main table called dishes
So how do i link the picturebox with a path and only insert the image name from database to display the image and bind the picture box to the dish ?
Like in asp we would say :
<img border="0" src="../../../images/<%=imagename%>" width="200" height="88">
Hoping you can help me with this thing
iv'e got two Data Tables in an access DB with a on to many relation
So the Program (cook book) has got the Dishes and then the ingredients
And the image name is in the main table called dishes
So how do i link the picturebox with a path and only insert the image name from database to display the image and bind the picture box to the dish ?
Like in asp we would say :
<img border="0" src="../../../images/<%=imagename%>" width="200" height="88">