<?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: HOSTING SILVERLIGHT IN ANOTHER .ASPX PAGE</title><link>http://forums.silverlight.net/forums/thread/240682.aspx</link><pubDate>Thu, 02 Jul 2009 09:16:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240682</guid><dc:creator>Paru</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240682.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=240682</wfw:commentRss><description>&lt;p&gt;If both the silverlight controls are in the same xap file then it can be done by java script :)&lt;/p&gt;</description></item><item><title>Re: HOSTING SILVERLIGHT IN ANOTHER .ASPX PAGE</title><link>http://forums.silverlight.net/forums/thread/240660.aspx</link><pubDate>Thu, 02 Jul 2009 08:30:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:240660</guid><dc:creator>nirav_2052003</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/240660.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=240660</wfw:commentRss><description>&lt;p&gt;I am not sure if you want to add same silverlight application xap in two different .aspx pages or different silverlight application xap in separate .aspx pages.&lt;/p&gt;
&lt;p&gt;If you want to add same silverlight application page in two different pages:&lt;/p&gt;
&lt;p&gt;Add two different .aspx pages and host &amp;lt;asp:silverlight&amp;gt; control in each of them. specify .xap file path as source property of the control.&lt;/p&gt;
&lt;p&gt;You will be able to view same silverlight application in different pages without any problem.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to add two different silverlight application in your web project and add them in two different .aspx pages,&lt;/p&gt;
&lt;p&gt;Add two different silverlight applications in your web project. For both the silverlight applications set the .xap file path to ClientBin folder in your web application.&lt;/p&gt;
&lt;p&gt;In aspx pages host silverlight control and set source property to point to relative .xap files in ClientBin folder of the web application.&lt;/p&gt;
&lt;p&gt;This will work for you.&lt;/p&gt;
&lt;p&gt;If you have different scenario than this, let me know.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Nirav&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: HOSTING SILVERLIGHT IN ANOTHER .ASPX PAGE</title><link>http://forums.silverlight.net/forums/thread/239543.aspx</link><pubDate>Tue, 30 Jun 2009 08:37:01 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239543</guid><dc:creator>Roet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239543.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=239543</wfw:commentRss><description>You can add another Silverlight application project to your solution and then right click your web project, go to Silverlight applications and add the new Silverlight application to a specific output directory inside your webproject. Afther that, you can refer to it on the aspx page you want to show it on.

If you have any questions, just ask.</description></item><item><title>Re: HOSTING SILVERLIGHT IN ANOTHER .ASPX PAGE</title><link>http://forums.silverlight.net/forums/thread/239424.aspx</link><pubDate>Tue, 30 Jun 2009 02:23:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239424</guid><dc:creator>koolraaga</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239424.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=239424</wfw:commentRss><description>&lt;p&gt;You can introduce another Page and embed in the Silverlight Control.&lt;/p&gt;&lt;p&gt;You can also have a Hyperlink or a TextBlock and call the HtmlPage.Navigate method&lt;b&gt;&lt;font size="4" color="#2b91af"&gt;&lt;/font&gt;&lt;/b&gt; from the System.Windows.Browser namespace &lt;br /&gt;&lt;/p&gt;Hope this helps&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>HOSTING SILVERLIGHT IN ANOTHER .ASPX PAGE</title><link>http://forums.silverlight.net/forums/thread/239416.aspx</link><pubDate>Tue, 30 Jun 2009 01:09:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:239416</guid><dc:creator>KillStep</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/239416.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=239416</wfw:commentRss><description>&lt;p&gt;How can I have another .aspx page in my app that can host another Silverlight control?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;For example&amp;nbsp;- my page.xaml is hosted in a test page included in my app.&amp;nbsp; I have another silverlight control that i want to be displayed but in another .aspx page in my app.&amp;nbsp; How can this work? &lt;/p&gt;</description></item></channel></rss>