I am new to silverlight. I'm trying to convert a jquery tabcontrol page to a SL 4. on my previous page each tab was containing an iframe with its URL to an external page. Let's say, the first one is http://Google.com, the second one is http://Microsoft.com etc.How can i make in SL.
+1
A:
SL 4 introduced a Web browser control which used to be available only in 3rd party offers previously (ComponentOne for instance)
So you just have to add two tabs to your tab control, define a web browser control as the content of each tab and call Navigate to go to a specific Url
vc 74
2010-10-01 06:37:07
Note the WebBrowser control only works when SL is running out of browser.
AnthonyWJones
2010-10-01 06:46:19