Repeaters: show more in a different page

Hi everyone.
I connected my repeater to a database.
In the database there are information about events (title, date, place, image, description).
I set the repeater to show just a recap of each event (just title and place) and I add a button to every event to “show more” cause I would show the complete event information in an other page where I set different elements for every information (title, date, place, image, description).
I tried to link the button in the repeater to the page where I want to show the complete information but, obviusly, the page show always the same event (the 1st in the database). There’s a way to connect every event button to a specific raw in the database to show in the other page the complete information just about one event?

Thanks

This question has been answered before: search for Tal´s example on Repeaters here in this forum.

Hi,
You can create a dynamic page and link the button to that dynamic page so that it displays only this specific row. Make sure that the dynamic page is a Dynamic Item Page.

Good luck,
Tal.

Thank you very much, Tal, I achieved the goal.