<?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 - Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/6d76/0514dd39-464e-4199-8960-9e10015d6d76/day01part10_100_ch9.jpg</url>
		<title>Channel 9 - Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<link></link>
	</image>
	<description> This video shows the Silverlight control properties and how those properties can be used to set and retrieve attributes of the object (such as the Text attribute) or, rather, the control. Beyond the use of the TextBox control, understanding how properties can be set and retrieved on objects is an important building block as we begin to learn more about classes and objects. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 06:05:54 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 06:05:54 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[When hitting the Clear button you clear the Text property of myTextBlock in the Event Handler. But in the emulator it appears as "You typed:". Maybe you should explain why that happens.<p>posted by Carsten Hansen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634258787180000000</link>
		<pubDate>Sat, 20 Nov 2010 19:38:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634258787180000000</guid>
		<dc:creator>Carsten Hansen</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634258787180000000">Carsten Hansen</a>: that is because the &quot;TextChanged&quot; event fired when the Click event for the clear button set the text box's text to an empty string.</p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634259995100000000</link>
		<pubDate>Mon, 22 Nov 2010 05:11:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634259995100000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[Amazing you need no do whiles aso! Finally I got the clue, the objects are vm self supporting, "event driven" makes sense to me now.&nbsp;But... still feeling&nbsp;like waking up in a huge building with corridors and a lot of doors with just some obscure code written&nbsp;where to go.&nbsp;No windows, just Bob. I uncovered my blindfold,&nbsp;switch the light on now Bob, exiting here! I trust you, don't lose me now. :)<p>posted by edrandom</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634261573220000000</link>
		<pubDate>Wed, 24 Nov 2010 01:02:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634261573220000000</guid>
		<dc:creator>edrandom</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>great</p><p>posted by greenswong</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634278775950000000</link>
		<pubDate>Mon, 13 Dec 2010 22:53:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634278775950000000</guid>
		<dc:creator>greenswong</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[In the clear button you don't need to set myTextBlock=""; When you clear the the myTextBox it will automatically update the the myTextBlock. Other than that great video.<p>posted by why9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634285421640000000</link>
		<pubDate>Tue, 21 Dec 2010 15:29:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634285421640000000</guid>
		<dc:creator>why9</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[@Clint: That's right, but the TextBlock is cleard after the TextBox, so the TextBlock should be empty aswell. This is what happens if click the Button twice.<br />I don't understand that.<p>posted by ALF</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634286318950000000</link>
		<pubDate>Wed, 22 Dec 2010 16:24:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634286318950000000</guid>
		<dc:creator>ALF</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>It looks like mystery about lost update to myTextBlock.Text revolves around implementation&nbsp;specifics of event processing&nbsp;in Silverlight on WP7 (or may be Silverlight in general?).<br>Apparently, when assignment myTextBox.Text = &quot;&quot;; happens, &quot;on text change event&quot; is being added to the end of the queue of events waiting to be processed.&nbsp;So, queued event will be picked up for porcessing only after myButtonClick event handler&nbsp;completes. And when that happens, all your changes to the myTexBlock.Text will be effectively&nbsp;undone, lost or what have you.&nbsp;This is&nbsp;quite esy to validate by clicking &quot;Clear&quot; button&nbsp;without entering any text&nbsp;immediately after&nbsp;application loads, or clicking it twice in a row&nbsp;after some text was entered. In this case &quot;on text change&quot; event won't be fired (presumably changing text form &quot;&quot; to &quot;&quot; doesn't constitute a change). You'll&nbsp;note that&nbsp;text block&nbsp;won't display any text.</p><p>I guess a real take away from this episode is how easy it is to mess thing up big, whithout understanding what events are and how they are being processed at run time.</p><p>posted by sokhaty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634286775040000000</link>
		<pubDate>Thu, 23 Dec 2010 05:05:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634286775040000000</guid>
		<dc:creator>sokhaty</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[@sokhaty.....good explanation :)<p>posted by Abhinav</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634288005010000000</link>
		<pubDate>Fri, 24 Dec 2010 15:15:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634288005010000000</guid>
		<dc:creator>Abhinav</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>How can you remedy the situation when you want to display say like a paragraph? The text block only accomodates one line of words and the rest are cut off?</p><p>posted by Jiun</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634318037430000000</link>
		<pubDate>Fri, 28 Jan 2011 09:29:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634318037430000000</guid>
		<dc:creator>Jiun</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[I assume the settings for text flow etc are in the textblock properties<p>posted by Yosamite</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634320051810000000</link>
		<pubDate>Sun, 30 Jan 2011 17:26:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634320051810000000</guid>
		<dc:creator>Yosamite</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>Great! Thaks a lot</p><p>posted by minompi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634334701090000000</link>
		<pubDate>Wed, 16 Feb 2011 16:21:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634334701090000000</guid>
		<dc:creator>minompi</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[hi,<br />this is really helpful to me but can u tell me how can if i want to use my own build up keypad for entering the text in textbox but  i don't want the default keypad to pop up.<br />Or i say how can i stop poping of default keypad.<p>posted by ruby</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634358686150000000</link>
		<pubDate>Wed, 16 Mar 2011 10:36:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634358686150000000</guid>
		<dc:creator>ruby</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634358686150000000">ruby</a>: I hope I answer your question. Once the emulator pops up and you see the keypad, hit the Page Up button on your keyboard and you should be able to use your keyboard.</p><p>posted by clervius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634361585550000000</link>
		<pubDate>Sat, 19 Mar 2011 19:09:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634361585550000000</guid>
		<dc:creator>clervius</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[i&#39;ve an error on the line i typed out &#34; newValue &#61; &#34; You typed&#58;&#34; &#61;  myTextBox.Text&#59;&#34; and it says Error The left-hand side of an assignment must be a variable, property or indexer. Was there a mistake tht i typed out to get this error&#63;<p>posted by Ricky</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634406144870000000</link>
		<pubDate>Tue, 10 May 2011 08:54:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634406144870000000</guid>
		<dc:creator>Ricky</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[I had the same problem as Ricky above me, any help&#63;<p>posted by Ryan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634428374800000000</link>
		<pubDate>Sun, 05 Jun 2011 02:24:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634428374800000000</guid>
		<dc:creator>Ryan</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[Me too... same as Ricky and Ryan. I copied what Bob typed but there is that error.<p>posted by Josh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634429870300000000</link>
		<pubDate>Mon, 06 Jun 2011 19:57:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634429870300000000</guid>
		<dc:creator>Josh</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[You need to declare the variable newValue before initializing. You need to first type<br>string newValue&#59;<br><br>Also it is supposed to be<br><br>newValue &#61; &#34;You typed&#58;&#34; &#43; myTextBox.Text&#59;<br><br>not<br><br>newValue &#61; &#34;You typed&#58;&#34; &#61; myTextBox.Text&#59;<p>posted by anthony</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634443196910000000</link>
		<pubDate>Wed, 22 Jun 2011 06:08:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634443196910000000</guid>
		<dc:creator>anthony</dc:creator>
	</item>
	<item>
		<title>Re: Accepting Input and Assigning Values from a TextBox  - Day 1 - Part 10</title>
		<description>
			<![CDATA[Too bad I can&#39;t listen to dubstep and do this<br>at the same time &#58;&#40;. Great videos btw but in the beginning when you put newValue &#61; MyTextBlock.Text it wasn&#39;t workin out for me. It gave me an error saying MyTextBlock can&#39;t except strings. I just skipped it and it turns out I didn&#39;t need that line to get the program to work but I was wondering why it didn&#39;t work.<br><p>posted by Yengi Lado</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634467613670000000</link>
		<pubDate>Wed, 20 Jul 2011 12:22:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Accepting-Input-and-Assigning-Values-from-a-TextBox#c634467613670000000</guid>
		<dc:creator>Yengi Lado</dc:creator>
	</item>
</channel>
</rss>