The way to pass data between pages is with global variables. You can use them to store the data you have in your repeater dataset. Images require a little more work as they cannot be stored in a global variable, so you need to create a “hash” to represent any images–or any other widget/state.
This thread should help you: