For a better management of your gallery, follow the next steps in order to create a list with all your images:
Open the \admin\list_img page.
Create a recordset
that retrieves data from the image_img database
table.
· Click on
the Plus (+) button of the Bindings
tab. If the Bindings tab is not visible,
open it from Window -> Bindings.
· From the
pop-up menu that appears, select Recordset (Query).
This will open the Recordset dialog window.

· Name the
recordset rsImages.
· Select
the database Connection (connGallery)
and the Table that stores images (image_img).
· Sort the
images by date in descending order to list the most recent images first.

List all images using a dynamic
table (Insert bar
-> Application -> Dynamic Table):

Configure the dynamic table as seen in the following
image:

Trim the generated table as follows:
· Delete
the first column containing the primary key.
· Change
the column headings to something more meaningful.
· Remove
the dynamic text labeled as rsImages.filename_img.
You will replace this later with an actual preview of the image (an image
thumbnail).
Your table should look like this by now:

In the empty cell,
below insert a thumbnail view of the image, by applying the Show
Thumbnail server behavior
(Application panel ->
Server Behaviors -> + -> MX Kollection -> File Upload -> Show
Thumbnail).

The Show Thumbnail
icon will look like in the following image in your Dreamweaver
Design View:
![]()
Save your page and preview it in the browser:

You have created the image list for managing your photos. In the next topic you will learn how to delete images from your gallery.