Niner since 2007
I think thats part of the Getting Started tutorial on here...
this.NavigationService.Navigate(new Uri("/PuzzlePage.xaml", UriKind.Relative));
this
.NavigationService.Navigate(
new
Uri(
"/PuzzlePage.xaml"
, UriKind.Relative));
Sweet tutorials... Thanks for them... the Manipulation methodology is new to me so I am still confused with it, but I am sure I'll catch on with further tutorials...
Thanks once again
Here is a list of Channel 9 staff members.
Windows Phone Navigation and Controls
Apr 23, 2010 at 10:56 PMI think thats part of the Getting Started tutorial on here...
this.NavigationService.Navigate(newUri("/PuzzlePage.xaml", UriKind.Relative));Building your First Windows Phone 7 Application
Mar 17, 2010 at 8:55 PMSweet tutorials... Thanks for them... the Manipulation methodology is new to me so I am still confused with it, but I am sure I'll catch on with further tutorials...
Thanks once again