Glossary Item Box
You can use TabFrame or TabPanel for filling the tabs with the content:
With TabFrame you can use any URL like a tab content.
Example:
<
al:TabControl id="TabControl1" runat="server"><
al:TabFrame Url="http://yahoo.com/" Text="Tab1"></al:TabFrame></al:TabControl>
Using TabPanel you can insert any content directly into page.
Click with a right button of mouse on TabControl and select the tab to edit.
See image.



![]() |
We recommend to place tab content into UserControl and place this control into the TabPanel |
Example:
<
al:TabControl id="TabControl1" runat="server"><
al:TabPanel Text="Tab1"><
ContentTemplate>Content</ContentTemplate></
al:TabPanel> </al:TabControl>
| See Also |
Controls: Tab Orientation | TabControl
Client-side API: TabControl client-side API