Silverlight passing parameters between pages using HyperlinkButton

Posted by Ronny on Stack Overflow See other posts from Stack Overflow or by Ronny
Published on 2009-11-07T09:36:25Z Indexed on 2010/04/25 18:33 UTC
Read the original article Hit count: 923

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

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about parameters