﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Silverlight - how to navigate to an external web page</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Silverlight---how-to-navigate-to-an-external-web-page/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Silverlight - how to navigate to an external web page</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Silverlight---how-to-navigate-to-an-external-web-page/</link><pubDate>Fri, 01 Oct 2010 14:20:26 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Richard,&lt;/p&gt;&lt;p&gt;Please try the below xaml code.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;Intersoft:UXNavigationButton x:Name="Google" Content="Google"  NavigateUri="http://www.google.com" TargetName="_blank" Style="{StaticResource NavigationButtonStyle}"/&amp;gt;
&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Silverlight - how to navigate to an external web page</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Silverlight---how-to-navigate-to-an-external-web-page/</link><pubDate>Fri, 01 Oct 2010 05:05:43 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;Hi Niven&lt;/p&gt;&lt;p&gt;thanks for that, but I was looking for  xaml code (in this instance)&lt;/p&gt;
&lt;p&gt;                        &amp;lt;Intersoft:UXNavigationButton x:Name="Google" Content="Google"  NavigateUri="www.google.com" Style="{StaticResource NavigationButtonStyle}"/&amp;gt;&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;Any thoughts?&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;Thanks&lt;/div&gt;
&lt;p /&gt;</description></item><item><title>Silverlight - how to navigate to an external web page</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Silverlight---how-to-navigate-to-an-external-web-page/</link><pubDate>Thu, 30 Sep 2010 22:36:58 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hello Richard,&lt;/p&gt;
&lt;p&gt;Please try the following code.&lt;/p&gt;&lt;pre&gt;uXNavigationButton1.TargetName = "_blank";
uXNavigationButton1.NavigateUri = new Uri("http://www.google.com/", UriKind.Absolute);&lt;/pre&gt;

&lt;p&gt;Have a nice day.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Niven Prasetya&lt;/p&gt;</description></item><item><title>Silverlight - how to navigate to an external web page</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Silverlight---how-to-navigate-to-an-external-web-page/</link><pubDate>Thu, 30 Sep 2010 11:31:39 GMT</pubDate><dc:creator>zen8019</dc:creator><description>&lt;p&gt;using say a UXNavigationButton how do I navigate away to an external page e.g. www.google.com&lt;/p&gt;
&lt;p&gt;NavigateUri="http://www.google.com"  looks for /Views/www.google.com&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>