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 ...

有帮助吗?

解决方案

Please try this

this.NavigationService.Navigate(new Uri("SelectionPage.xaml", UriKind.Relative));
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top