views:

31

answers:

2

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
Note the WebBrowser control only works when SL is running out of browser.
AnthonyWJones
A: 

May be this link can be important for you.

Samvel Siradeghyan