<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Dynamic Data Loading</title><link>http://forums.silverlight.net/forums/thread/68356.aspx</link><pubDate>Sat, 05 Jul 2008 04:47:35 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:68356</guid><dc:creator>Yi-Lun Luo - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/68356.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=68356</wfw:commentRss><description>&lt;p&gt;Hello, I think you need to do the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;After the user typed the first letter of the name, you call a web service to return all people whose name begins with that letter. Then bind them to a ListBox.&lt;/li&gt;
&lt;li&gt;If the first letter doesn&amp;#39;t change, and the user continues typing the name, you do the filtering on the previous result, so you don&amp;#39;t need an extra round trip to the server.&lt;/li&gt;
&lt;li&gt;If the first letter changes, you have to call the web service again.&lt;/li&gt;
&lt;li&gt;When the user clicks the name, you call another web service to return the detail information of that person.&lt;/li&gt;&lt;/ul&gt;</description></item><item><title>Dynamic Data Loading</title><link>http://forums.silverlight.net/forums/thread/68089.aspx</link><pubDate>Fri, 04 Jul 2008 05:51:36 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:68089</guid><dc:creator>WiproSachin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/68089.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=68089</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I need to implement a search box&amp;nbsp;in which i need to fill the&amp;nbsp;result&amp;nbsp;of the user&amp;nbsp;name. on click on name all the other description must be display. Please give your valuable&amp;nbsp;input on it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Use Case for that Silverlight Control&lt;/p&gt;
&lt;p&gt;1) User come to the Search Page &lt;/p&gt;
&lt;p&gt;2) He will enter the Initial Name &lt;/p&gt;
&lt;p&gt;3)&amp;nbsp;All the people with intial Name&amp;nbsp;will&amp;nbsp;appear&lt;/p&gt;
&lt;p&gt;4) on Click&amp;nbsp;of intial &amp;nbsp;Name Result&amp;nbsp;. All the remaining data come into the Silverlight Control next to it in text box&lt;/p&gt;
&lt;p&gt;5) End of Use Case&lt;/p&gt;</description></item></channel></rss>