3
Answers

Getting Pictures from Database to Display with Databinder.Eval

apeterson

apeterson

20y
4.6k
1
I am having problems getting my pictures to display that are stored along side other information in an Access database. In the database I simply store the filename of the picture file. So something.jpg would be in the Photo Field. I then stored the database in the same directory where the ASP.NET files are located. The picture files are stored in that folder as well, but in another folder titled images. Here is the code I have. The first part works, the titles are being shown, along with the little red x icon where the picture should be.
Answers (3)