i want to retrieve images from access database and display in grid layout.
i have displayed 1 image successfully but how can i do this for all images together.i have stored images as BLOB

Recommended Answers

All 2 Replies

The default answer would be : the same way as you did it for one image. Retrieve collection of image objects from database and use loop to get it in grid layout. If you posted code somebody could already helped you

The default answer would be : the same way as you did it for one image. Retrieve collection of image objects from database and use loop to get it in grid layout. If you posted code somebody could already helped you

i did that.
thanx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.