aspxtreme

TabStrip.TargetID Property

Microsoft.Web.UI.WebControls Namespace   TabStrip Class


.NET Framework version 2.0

Specifies the ID of the MultiPage object associated with the TabStrip.

Syntax


Inline <tagPrefix:tabstrip targetid = value ... >
Script TabStrip.TargetID [ = value ]

Property Value


value A string representing the value of the ID property of the MultiPage object associated with the TabStrip.

The property is read/write with no default value.

Remarks

The TargetID property enables automatic linking of each Tab element defined for the TabStrip to each PageView element defined for the associated MultiPage control.

The first Tab links to the first PageView; the second Tab to the second PageView, and so on. If there are more Tabs than PageViews, the Tabs with no corresponding PageViews can be activated, but the MultiPage will not change the selected PageView.

Example

The below examples illustrate using the TargetID property.

Using the MultiPage with the TabStrip Control
Run Sample | View Source
Using the TabStrip with the MultiPage Control
Run Sample | View Source
See Also

TabStrip Class   MultiPage Class



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme