I have tried, but only work with webpages on the Internet. How to link with other pages within a file?
<HyperlinkButton Background="#00FF0000" Height="46" HorizontalAlignment="Left" Margin="33,0,0,93" VerticalAlignment="Bottom" Width="134" BorderBrush="Red" FontFamily="Comic Sans MS" FontSize="26.667" Foreground="Red" Content="Next Page" NavigateUri="C:\SilverlightApplication15\SilverlightApplication15\try.xaml">
<i:Interaction.Triggers>
<i:EventTrigger EventName="Click">
<ic:HyperlinkAction/>
</i:EventTrigger>
</i:Interaction.Triggers>
</HyperlinkButton>