Silverlight passing parameters between pages using HyperlinkButton
- by Ronny
Hi,
I have a page that displays a list of users. each user has an ID and a HyperlinkButton to watch more details about the user.
When pressing the HyperlinkButton, I would like to navigate to another page (called UserDetails) and somehow read the ID of the user that was pressed.
How can I do that?
Thanks,
Ronny