Question

I have created one page in silver light using visual studio, now i want it call from silver light mainpage on button click , how would i get it ...

Was it helpful?

Solution

Please try this

this.NavigationService.Navigate(new Uri("SelectionPage.xaml", UriKind.Relative));
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top