<?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 - Switching to Edit Mode on the ViewEdit Page and Saving Changes - Day 4 - Part 11</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/a21f/7a8b7f85-2141-4176-a9a2-9e230019a21f/day4part11_100_ch9.jpg</url>
		<title>Channel 9 - Switching to Edit Mode on the ViewEdit Page and Saving Changes - Day 4 - Part 11</title>
		<link></link>
	</image>
	<description> In this video Bob uses previously discussed techniques to switch back and forth between view and edit modes by copying the content from the TextBlock to the TextBox before setting the visibility of each control. Finally, the data changes are applied to the underlying file. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 05:59:57 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 05:59:57 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Switching to Edit Mode on the ViewEdit Page and Saving Changes - Day 4 - Part 11</title>
		<description>
			<![CDATA[ <p>Hi bob,</p><p>I noticed that you use two different ways of creating file:</p><p>- appStorage.OpenFile(fileName, FileMode.Create)</p><p>- appStorage.CreateFile(fileName)</p><p>Any significant difference between the two?</p><p>posted by kctan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes#c634291888750000000</link>
		<pubDate>Wed, 29 Dec 2010 03:07:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes#c634291888750000000</guid>
		<dc:creator>kctan</dc:creator>
	</item>
	<item>
		<title>Re: Switching to Edit Mode on the ViewEdit Page and Saving Changes - Day 4 - Part 11</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes#c634291888750000000">kctan</a>: The 2nd one only creates a file.&nbsp;&nbsp;&nbsp;OpenFile with FileMode.<span class="selflink">OpenOrCreate will either open it if it is there or will create a new file for you.&nbsp; Just makes your code a lot cleaner.</span></p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes#c634294399900000000</link>
		<pubDate>Sat, 01 Jan 2011 00:53:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Switching-to-Edit-Mode-on-the-ViewEdit-Page-and-Saving-Changes#c634294399900000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
</channel>
</rss>