Fredrik Lindblom
Posts: 0
Joined: Thu Dec 06, 2012 9:18 am

Send data between pages?

I have a list of buttons with topics from an RSS feed. Now I just can't figure out how to send the data of the full post of the given topic to the next page when clicking on the button.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Send data between pages?

Hello Fredrik,

You can save data of the full post to invisible label (you can place it near the button in grid). On button click you can save label text in the local storage variable. Then you can display saved local storage variable value on another page.

Fredrik Lindblom
Posts: 0
Joined: Thu Dec 06, 2012 9:18 am

Send data between pages?

Thank you. That solved my problem.

Return to “Issues”