<?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>Getting Started</title><link>http://forums.silverlight.net/forums/14.aspx</link><description>The perfect forum for asking the basic questions. No question too simple!</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/242902.aspx</link><pubDate>Mon, 06 Jul 2009 03:31:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:242902</guid><dc:creator>SLMonster</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/242902.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=242902</wfw:commentRss><description>&lt;p&gt;I have seen sometimes that you do some change in&amp;nbsp;Silvelight project and&amp;nbsp;then run the projects, and it doesn&amp;#39;t show your modifications. one of the following may resolve your issue,&lt;/p&gt;
&lt;p&gt;1. Ensure that you have&amp;nbsp;not skipped (Unchecked) the silverlight project from the configurationManager.&lt;br /&gt;2. Clear browser cache.&lt;/p&gt;
&lt;p&gt;this&amp;nbsp;solves my&amp;nbsp;problem.&lt;/p&gt;
&lt;p&gt;--Cheers&lt;br /&gt;Mahesh&lt;/p&gt;</description></item><item><title>Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/241347.aspx</link><pubDate>Fri, 03 Jul 2009 04:51:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:241347</guid><dc:creator>teju_bg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/241347.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=241347</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;U cannot add another page.xaml...But u can add Canvas to it..If u want to run that particular xaml, tak out the other xaml code...&lt;/p&gt;</description></item><item><title>Re: Re: Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/240703.aspx</link><pubDate>Thu, 02 Jul 2009 09:56:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240703</guid><dc:creator>Amanda Wang - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240703.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=240703</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;Did you host your silverlight application in the website? If yes, you can try to set the start page of your website. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239147.aspx</link><pubDate>Mon, 29 Jun 2009 12:45:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239147</guid><dc:creator>pinks123</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239147.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239147</wfw:commentRss><description>&lt;p&gt;No .i have used ..&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;private&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;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Application_Startup(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;StartupEventArgs&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; e)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&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;Ellipse&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;where Ellipse is my new page.&lt;/p&gt;
&lt;p&gt;Shall i have to make startup page of silverlightappl.&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239142.aspx</link><pubDate>Mon, 29 Jun 2009 12:15:02 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239142</guid><dc:creator>brightstar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239142.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239142</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Maybe because at App.xaml.cs&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;private void&lt;/span&gt; OnStartup(&lt;span class="kwd"&gt;object&lt;/span&gt; sender, StartupEventArgs e) 
		{
			&lt;span class="cmt"&gt;// Load the main control here&lt;/span&gt;
			&lt;span class="kwd"&gt;this&lt;/span&gt;.RootVisual = &lt;span class="kwd"&gt;new&lt;/span&gt; MainControl();
		}&lt;/pre&gt;&lt;p&gt;&amp;nbsp;It&amp;#39;s still this, not &amp;lt;your_name&amp;gt;.xaml?&lt;/p&gt;&lt;p&gt;If your want to load oleg1.xaml for example, use:&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;this&lt;/span&gt;.RootVisual = &lt;span class="kwd"&gt;new&lt;/span&gt; oleg1();&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239117.aspx</link><pubDate>Mon, 29 Jun 2009 11:52:08 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239117</guid><dc:creator>pinks123</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239117.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239117</wfw:commentRss><description>&lt;p&gt;i did lik this.But still i am nt getng tht page in running.&lt;/p&gt;</description></item><item><title>Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239087.aspx</link><pubDate>Mon, 29 Jun 2009 10:50:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239087</guid><dc:creator>jay nanavati</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239087.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239087</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;for that, in your App.xaml.cs, in Application_Startup event, set the page like this:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.RootVisual = new YourPage();&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239086.aspx</link><pubDate>Mon, 29 Jun 2009 10:47:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239086</guid><dc:creator>Krasshirsch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239086.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239086</wfw:commentRss><description>&lt;p&gt;You need to add the Usercontrol to the Visualtree.&lt;/p&gt;
&lt;p&gt;Every UserControl has a property children,&lt;/p&gt;
&lt;p&gt;Create an instance of your new page.xaml and add it to the Children of another, or directly to the ApplicationRoot.&lt;/p&gt;</description></item><item><title>in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this</title><link>http://forums.silverlight.net/forums/thread/239076.aspx</link><pubDate>Mon, 29 Jun 2009 10:23:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239076</guid><dc:creator>pinks123</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239076.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=14&amp;PostID=239076</wfw:commentRss><description>&lt;p&gt;in my silverlight application,i add another page.xaml..suppose i wana run tht particular xaml.How wil i do this&lt;/p&gt;</description></item></channel></rss>