Tag Archives: OOB

Silverlight:- Browsing without a Browser??

Wanna navigate to Google.com from your Silverlight application?? Just put the following code HtmlPage.Window.Navigate(new Uri(“http://www.google.co.in/”) We all know THAT…so what’s this blog all about??.Now lets take this application Out of Browser This is what you will get.. WHY???:- Because there’s no browser when running out of browser, so you can’t use the DOM and Scripting.Html […]