<?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: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/292276.aspx</link><pubDate>Thu, 24 Sep 2009 21:08:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:292276</guid><dc:creator>colijunior</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/292276.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=292276</wfw:commentRss><description>http://craign.net/2008/03/11/how-to-switch-silverlight-usercontrols/</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/93354.aspx</link><pubDate>Thu, 18 Sep 2008 12:23:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:93354</guid><dc:creator>HarjinderSilverLight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/93354.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=93354</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Rob&lt;/p&gt;&lt;p&gt;I read your post it looks very good. Please help me if you post the complete code for this application. I&amp;#39;ll really apperciate for this effort by your side. Because I am on learning stage and have eager to learn.&lt;/p&gt;&lt;p&gt;Thanks in Advance &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/50220.aspx</link><pubDate>Wed, 30 Apr 2008 09:53:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:50220</guid><dc:creator>apjrajesh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/50220.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=50220</wfw:commentRss><description>&lt;p&gt;Thanks a lot&amp;nbsp;Michael !!!&lt;img src="http://silverlight.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;Your answer has solved my problem and has also given better understanding of Silverlight.&lt;/p&gt;
&lt;p&gt;Thanks again...........&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/49595.aspx</link><pubDate>Mon, 28 Apr 2008 06:04:37 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49595</guid><dc:creator>mchlSync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49595.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49595</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;apjrajesh:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;But I&amp;#39;m still having no idea about &amp;quot;navigating between &amp;#39;.aspx&amp;#39; page and &amp;#39;.xaml&amp;#39; page.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;XAML is not like a webpage. It&amp;#39;s more like control. Are you familiar with ASP.NET or winform or WPF? If you are familiar with those technologies, you may understand what I meant by &amp;quot;control&amp;quot;..&amp;nbsp;&amp;nbsp; The control can&amp;#39;t display on the browser alone. It has to be hosted on a web page. &lt;/p&gt;&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;apjrajesh:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; I want to show &amp;#39;shape.xaml&amp;#39; at the click of some button on &amp;#39;default.aspx&amp;#39; then how to do that?&amp;quot;.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Like I said, xaml is not like a webpage. So, You have to host shape.xaml on webpage (let&amp;#39;s say &amp;quot;popup.aspx&amp;quot;)&amp;nbsp; then, you can show this popup.aspx page that has shape.xaml contetn at the click of some buttons on &amp;quot;default.aspx&amp;quot;&lt;/p&gt;&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;apjrajesh:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;In short how to change root visual element of grid(of&amp;nbsp;silverlight application)&amp;nbsp;from &amp;#39;.aspx&amp;#39; pages?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Changing the rootvisual element from aspx page is a different thing. You can pass the parameter from aspx to Silverlight project using initParams. then, change the rootpage in App.xaml.cs. If you are not sure how to use initParams, you can search it in this forum. &lt;br /&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/49589.aspx</link><pubDate>Mon, 28 Apr 2008 05:37:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49589</guid><dc:creator>apjrajesh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49589.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49589</wfw:commentRss><description>&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;Thanks for giving much needed link. Blog posted at this link is awesome. My problem of navigating between &amp;quot;.xaml&amp;quot; pages is solved.&lt;/p&gt;
&lt;p&gt;But I&amp;#39;m still having no idea about &amp;quot;navigating between &amp;#39;.aspx&amp;#39; page and &amp;#39;.xaml&amp;#39; page. For example if I&amp;#39;ve made a silverlight project and got &amp;#39;mysilverlight.aspx&amp;#39; page by default for getting the silverlight content. Obviously I can call &amp;#39;mysilverlight.aspx&amp;#39; page to see the silverlight content. Now if I add new page &amp;#39;default.aspx&amp;#39; to my application and can easily naviagate between &amp;#39;mysilverlight.aspx&amp;#39; page and &amp;#39;default.aspx&amp;#39; using Response.Redirect() method. Now consider that by default &amp;#39;page.xaml&amp;#39; is shown in silverlight content through &amp;#39;mysilverlight.aspx&amp;#39;, but I want to show &amp;#39;shape.xaml&amp;#39; at the click of some button on &amp;#39;default.aspx&amp;#39; then how to do that?&amp;quot;.&lt;/p&gt;
&lt;p&gt;In short how to change root visual element of grid(of&amp;nbsp;silverlight application)&amp;nbsp;from &amp;#39;.aspx&amp;#39; pages?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/49266.aspx</link><pubDate>Fri, 25 Apr 2008 13:51:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49266</guid><dc:creator>mchlSync</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49266.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49266</wfw:commentRss><description>&lt;p&gt;Please take a look this post. &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.flawlesscode.com/post/2008/03/Silverlight-2-Navigating-Between-Xaml-Pages.aspx"&gt;http://www.flawlesscode.com/post/2008/03/Silverlight-2-Navigating-Between-Xaml-Pages.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/49257.aspx</link><pubDate>Fri, 25 Apr 2008 12:50:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:49257</guid><dc:creator>apjrajesh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/49257.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=49257</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am beginner with Silverlight and have gone through various blogs, articles and e-books to know the world of silverlight.&lt;/p&gt;
&lt;p&gt;I have following query :&lt;/p&gt;
&lt;p&gt;&amp;quot;We&amp;nbsp;may desire to&amp;nbsp;have multiple silverlight pages in a single application. For example, consider I&amp;#39;ve two silverlight pages &amp;quot;Page.xaml&amp;quot; and &amp;quot;Shapes.xaml&amp;quot;. I&amp;#39;ve a button on &amp;quot;page.xaml&amp;quot;, on click of this button I want to display &amp;quot;Shapes.xaml&amp;quot; page. How to do this?&lt;/p&gt;
&lt;p&gt;Also if I want to call a silverlight page through the click event of a button(placed on simple web page like &amp;quot;defaut.aspx&amp;quot;), how to do that?&lt;/p&gt;
&lt;p&gt;Please help.........&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/36089.aspx</link><pubDate>Tue, 11 Mar 2008 20:29:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:36089</guid><dc:creator>CraigN</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/36089.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=36089</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;ve posted a description and a solution to this problem on my blog over &lt;a href="http://craign.net/2008/03/11/how-to-switch-silverlight-usercontrols/" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34867.aspx</link><pubDate>Sat, 08 Mar 2008 01:49:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34867</guid><dc:creator>Timmy G</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34867.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34867</wfw:commentRss><description>&lt;p&gt;How about loading a new usercontrol programmatically after the initial control was loaded? For example, in a button click event on my control I&amp;#39;ve tried:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;Application.Current.RootVisual = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;New&lt;/font&gt;&lt;font size="2"&gt; SilverlightControl1&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;But that doesn&amp;#39;t seem to do anything. I expected the &amp;quot;current&amp;quot; control to change. Me.Content = New SilverlightControl1 works but Me is the original control so it technically is hanging around and acting as a parent which is not what I&amp;#39;m after. I want to replace the original usercontrol while remaining in the same app.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Thanks! It&amp;#39;s fun playing with the beta. Can&amp;#39;t wait to get proficient enough to start cranking out apps!&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34686.aspx</link><pubDate>Fri, 07 Mar 2008 15:40:46 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34686</guid><dc:creator>Frefaln</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34686.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34686</wfw:commentRss><description>&lt;p&gt;You guys rock! I don&amp;#39;t know why I didn&amp;#39;t bother trying key=value, I guess I should follow my instincts &lt;img src="http://silverlight.net/emoticons/emotion-1.gif" alt="Smile" /&gt; . Got it working now and it&amp;#39;s a beautiful thing.&lt;/p&gt;
&lt;p&gt;I still think&amp;nbsp;the Silverlight Gods should consider&amp;nbsp;adding a&amp;nbsp;standardized parameter which&amp;nbsp;specifies the entry point, i.e. which UserControl in the .xap we want to render for&amp;nbsp;an instance of &amp;lt;asp:Silverlight &amp;gt; control.&amp;nbsp;Unless&amp;nbsp;developers&amp;nbsp;aggressively hunt the info like we did, it probably won&amp;#39;t strike them as intuitive to use&amp;nbsp;key=value pairs in an InitParameters property.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34626.aspx</link><pubDate>Fri, 07 Mar 2008 12:24:14 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34626</guid><dc:creator>jackbond</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34626.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34626</wfw:commentRss><description>&lt;p&gt;Thanks, that&amp;#39;s the official sign it&amp;#39;s time for bed. Don&amp;#39;t know why I didn&amp;#39;t try = as a delimiter, seems ridiculously obvious now. Although, if you&amp;nbsp;google&amp;nbsp; initParams and Silverlight, your post will be the only hit that helps. They sure do index&amp;nbsp;this site fast.&amp;nbsp;4:19AM in Vegas, enough coding for today.&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34609.aspx</link><pubDate>Fri, 07 Mar 2008 10:17:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34609</guid><dc:creator>robhouweling</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34609.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34609</wfw:commentRss><description>&lt;p&gt;In and &amp;lt;asp:Silverlight&amp;gt; control:&lt;br /&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;InitParameters&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Label=Applicatiebeheer,Url=http://www.amercom.nl,Animate=true&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;In an &amp;lt;object&amp;gt;:&lt;br /&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;param&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;initParams&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;value&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Label=Applicatiebeheer,Url=http://www.amercom.nl,Animate=true&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34599.aspx</link><pubDate>Fri, 07 Mar 2008 09:46:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34599</guid><dc:creator>jackbond</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34599.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34599</wfw:commentRss><description>&lt;p&gt;I think the intended idea is to be able to have multiple &amp;quot;root&amp;quot; controls in the same xap, and then load the appropriate one based on a setting in the params. I tried messing around with initParams setting property, but couldn&amp;#39;t figure out the correct syntax to get e.InitParams properly populated. Anyone have a sample? You really shouldn&amp;#39;t need separate xap files.&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34586.aspx</link><pubDate>Fri, 07 Mar 2008 09:10:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34586</guid><dc:creator>robhouweling</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34586.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34586</wfw:commentRss><description>&lt;p&gt;@jackbond: Thanks for the example. I figured this one out myself, but I&amp;#39;m not really happy with the solution, so I decided to make separate XAP files for my solution.&lt;/p&gt;@frefaln: This should be the solution.:&lt;br /&gt;&lt;br /&gt;In your App.xaml, use&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.RootVisual = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Page&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(e.InitParams);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;instead of:&lt;br /&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;br /&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.RootVisual = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Page&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;In your Page.xaml:&lt;br /&gt;Create an extra constructor:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;public&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Page(&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;IDictionary&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;gt; InitParams)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;_initArguments = InitParams;&lt;/p&gt;
&lt;p&gt;Init();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;/font&gt;&lt;br /&gt;Now you can access the initParams by using this syntax:&lt;br /&gt;_initParams[&amp;quot;Label&amp;quot;]&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br /&gt;&lt;br /&gt;Rob.&lt;/p&gt;</description></item><item><title>Re: How to use multiple Silverlight applications in one .xap file</title><link>http://forums.silverlight.net/forums/thread/34562.aspx</link><pubDate>Fri, 07 Mar 2008 07:19:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:34562</guid><dc:creator>Frefaln</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/34562.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=34562</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m stuck on the same issue and I&amp;#39;d love to know why this isn&amp;#39;t documented somewhere (or at least&amp;nbsp;a place where&amp;nbsp;the average Joe can find it).&lt;/p&gt;
&lt;p&gt;App.xaml does indeed accept StartupEventArgs, but its InitParameters property is Dictionary whereas the InitParameters property on an asp:Silverlight control is&amp;nbsp;a String.&amp;nbsp; I&amp;#39;d love to know how I&amp;#39;m supposed to get those InitParameters across -- once that happens I can do exactly what JackBond said and serve up a different RootVisual accordingly.&lt;/p&gt;
&lt;p&gt;If this isn&amp;#39;t possible, then I suppose each unique control has to go in its own .xap?&amp;nbsp; That seems like a huge waste if that&amp;#39;s the case.&lt;/p&gt;</description></item></channel></rss>