Glossary Item Box

Controls: Tab OrientationTabControl

Client-side API: TabControl client-side API

See Also AspLib component library Send comments on this topic.

Tab content

You can use TabFrame or TabPanel for filling the tabs with the content:

 

TabFrame

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>

TabPanel

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.

 

 
 
Then you will be able to edit TabPanel content.
 
Click "End Template Editing" after editing the TabPanel.
 
 
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>

 

Controls: Tab OrientationTabControl

Client-side API: TabControl client-side API

 

 


© 2002-2007 Astron Digital. All Rights Reserved.