Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I am working on Silverlight 4. Working on MVVM model.

In my project I am calling page2.xaml from Page1.xaml by sending the values using SendMessage from Page1.xaml to trigger and initalise datagrid which is on Page2.xaml and values are populating . But now I need to hold the value in a variable so that I can use those value to trigger hyprlink which is outside the datagrid on Page2.xaml.

or How can I hold the value in a variable in MVVM and use it on hyperlink event?

Can any one help?


Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900