i wnt to navigate through pages using buttons
eg: when i click home button i want to go to home page... like that
i was searching.. bt i cudnt find it..
i found a way to navigate usin textblock..
<TextBlock Height="23" Margin="118,164,117,0" Name="textBlock1" Text="" VerticalAlignment="Top"><Hyperlink NavigateUri="Page1.xaml">Forget your password</Hyperlink></TextBlock>
its working
i wnt to navigate using a button not a hyperlink..
guys n gals if u no plz help me..
is there any way to do it using visual studio properties window without coding
eg: when i click home button i want to go to home page... like that
i was searching.. bt i cudnt find it..
i found a way to navigate usin textblock..
<TextBlock Height="23" Margin="118,164,117,0" Name="textBlock1" Text="" VerticalAlignment="Top"><Hyperlink NavigateUri="Page1.xaml">Forget your password</Hyperlink></TextBlock>
its working
i wnt to navigate using a button not a hyperlink..
guys n gals if u no plz help me..
is there any way to do it using visual studio properties window without coding