Rank: Newbie Groups: Member
Joined: 9/27/2012 Posts: 3
|
Hello,
I am new to essentialobjects and am trying to use the tabstrip and multipage view control to define 5 different tabbed topics and when a topic is clicked, the associated webpage is displayed in the multipage container so users an just click on the tabs. I have my tabstrip defined an it seems to be working. Any ideas on how t get the webpages to display in the mulipage container or do I need a pageview container as well? Any code would be appreciated.
Thanks
John
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You can use an iframe to display any page anywhere.
Code: HTML/ASPX
<iframe src="http://www.google.com" width="300" height="200" />
Note this is just HTML and it is not related to us in anyway, so you won't find anything about iframe in our documentation. However you can look it online and you should be able to find plenty of information about it. Thanks
|