<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/f922/23463a33-b3e0-44e6-9cd0-9e230016f922/day3part3_100_ch9.jpg</url>
		<title>Channel 9 - Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<link></link>
	</image>
	<description> Most applications—even simple ones—will require at least two or more Silverlight pages. This video demonstrates how to navigate from one Silverlight page to another, as well as how to pass information between two pages using QueryStrings. Finally, Bob explains how to use the phoneAppService.State[] to save important values in case the user wants to navigate back to a page and expects to see the data and control property settings as they were previously set. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 02:38:19 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 02:38:19 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[/appname;component/foldername/pagename doesn't work for me to navigate between pages.<br />What does work is simply /pagename (or /foldername/pagename for that matter). Perhaps they have updated that since you produced the vid..? (wouldn't be surprised if they did that in response to developers having a hard time with that unintuitive "/appname;component/" way with no assistance from VS whatsoever)<p>posted by Sven</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634265785110000000</link>
		<pubDate>Sun, 28 Nov 2010 22:01:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634265785110000000</guid>
		<dc:creator>Sven</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634265785110000000">Sven</a>: You actually don't have to do it that way.&nbsp; There is a much easier way.&nbsp;For this example if you just had your NavigateUri=&quot;/View/Page1.xaml&quot; you'd be fine.&nbsp; This also would work if you did NavigateService.</p><p><pre class="brush: csharp">NavigationService.Navigate(new Uri(&quot;/Views/Page1.xaml&quot;, UriKind.Relative));</pre></p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634269657620000000</link>
		<pubDate>Fri, 03 Dec 2010 09:36:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634269657620000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>it is COLON not SEMI colon in the path. The video&nbsp;was just clear enough to see that although bob says semi colon it might be a colon and after an hour of messaging about thinking I had the terms in the path wrong, I tried /appname<strong>:</strong>folder/filename.xaml and it worked. </p><p>&nbsp;</p><p>posted by jamesoneill</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634275029430000000</link>
		<pubDate>Thu, 09 Dec 2010 14:49:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634275029430000000</guid>
		<dc:creator>jamesoneill</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>Hi there</p><p>I just wanted to ask if &quot;AppPhoneService.State[&quot;value&quot;]&quot; is the way to keep values like Sessions in asp.net or no. Is there anything else like Sessions here?</p><p>posted by send2sev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634277860510000000</link>
		<pubDate>Sun, 12 Dec 2010 21:27:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634277860510000000</guid>
		<dc:creator>send2sev</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[Like Sven the "/NavigatingBetweenP..." does not work (using VS2010 VB .NET) but simply "/folder/file" does work.<p>posted by Brendan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634282393850000000</link>
		<pubDate>Sat, 18 Dec 2010 03:23:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634282393850000000</guid>
		<dc:creator>Brendan</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>I tried mine with colon : and it didnt work, then with semi colon ; and it didnt work. then all I did was changed the p in page1.xaml to a capital and it worked, then when I went back to the URI it was in lower case and it still worked. very strange. But cool video anyway</p><p>posted by Mintydog</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634303766970000000</link>
		<pubDate>Tue, 11 Jan 2011 21:04:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634303766970000000</guid>
		<dc:creator>Mintydog</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <pre>Brilliant. Thanks for this. I have been following your tutorials since the first one. They have been the BEST tutorials for any programming language I have found :)</pre><p>posted by Jaguma</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634324620490000000</link>
		<pubDate>Sat, 05 Feb 2011 00:20:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634324620490000000</guid>
		<dc:creator>Jaguma</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>I have a question related to the final part of this tutorial where Bob overrode the navigate to/from methods. He did this in order to ensure that previous input was stored and displayed correctly after navigating back through the hyperlink button. He stated that he needed to do this as the hyperlink button caused a new instance of the mainpage to be created.</p><p>I am presuming that overriding the methods does not prevent the creation of a new main page instance but simply populates the new instance with the correct data.</p><p>Does this mean that the application will now have 2 instances of main page loaded in memory? If yes, How do you ensure that your navigation from a hyperlink returns to the already instantiated page?</p><p>You could possibly create an application with many means of navigating to a given page. Having multiple instance of the same page loaded into memory seems rather wasteful. </p><p>posted by made_rdj</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634339829890000000</link>
		<pubDate>Tue, 22 Feb 2011 14:49:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634339829890000000</guid>
		<dc:creator>made_rdj</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[@made_rdj Those were so interesting questions. I tried to guess some answers. I think that when you navigate away from a page, that instance of the page is always destroyed. It seems logical because the page is no longer shown, and when you navigate again into the page, another instance of the page is created, so, there is always only one instance of that page. When you navigate back to the page by using the back button, a new instance of the page is created, but is populated with data that Silverlight stored somewhere. I guess you're always getting a fresh instance of the page (populated with data or no depending on whether you are using the back button or a hyperlink) and there are no unreachable multiple instances of the page wasting the memory.<p>posted by Sewoldt</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634352497200000000</link>
		<pubDate>Wed, 09 Mar 2011 06:42:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634352497200000000</guid>
		<dc:creator>Sewoldt</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[Wondering why he went his route with vb.net when this works fine&#58;<br>Dim str as String &#61; String.Empty<br>NavigationContext.QueryString.TryGetValue&#40;&#34;language&#34;, str&#41;<p>posted by YanivC</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634409998330000000</link>
		<pubDate>Sat, 14 May 2011 19:57:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634409998330000000</guid>
		<dc:creator>YanivC</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>Quick question if I may. When using the &quot;NavigationService&quot; class there is a method called... GoBack(). Is there a reason it was not covered in this video? Say... maybe can present some unwanted issues? Or is it just one of those &quot;Well here is another way to achieve the same result&quot;?<pre class="brush: csharp">private void button1_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.GoBack();
        }</pre></p><p>Great videos guys!!!</p><p>posted by Mr_Smitty0</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634442082330000000</link>
		<pubDate>Mon, 20 Jun 2011 23:10:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634442082330000000</guid>
		<dc:creator>Mr_Smitty0</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[I have a question related to this video.<br>Should we use only hyperlink button to navigate between the pages&#63;<br>cant we use button control&#63; suppose if i want to go to next page after i click on the button,how can i do that&#63; can anyone plsss tell me...<p>posted by Jeni</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634478004220000000</link>
		<pubDate>Mon, 01 Aug 2011 13:00:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634478004220000000</guid>
		<dc:creator>Jeni</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[ <p>@Jeni.<br>u can use button in place of hyperlink.Code is like that:-<br><br>&nbsp;NavigationService.Navigate(new Uri(&quot;/AppName;component/Page.xaml&quot;, UriKind.Relative));</p><p>posted by Adi4champ</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634478763350000000</link>
		<pubDate>Tue, 02 Aug 2011 10:05:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634478763350000000</guid>
		<dc:creator>Adi4champ</dc:creator>
	</item>
	<item>
		<title>Re: Navigating and Passing Data between XAML Pages - Day 3 - Part 3</title>
		<description>
			<![CDATA[If I may ask then have a look at this article which has defined all the techniques with samples to pass data among pages in WP7.<br><br>http&#58;&#47;&#47;nishantcop.blogspot.com&#47;2011&#47;08&#47;passing-data-between-pages-in-windows.html<br><br>Rgds<br>Nishant<p>posted by Nishant</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634507837482863732</link>
		<pubDate>Mon, 05 Sep 2011 01:42:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Navigating-and-Passing-Data-between-XAML-Pages#c634507837482863732</guid>
		<dc:creator>Nishant</dc:creator>
	</item>
</channel>
</rss>