TARGETID Attribute
Enables you to automatically link tabs to a MULTIPAGE control.
Syntax
HTML <namespace:ELEMENT TARGETID=sValue ... > Scripting N/A
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag. sValue String that specifies any alphanumeric string that begins with a letter. The underscore (_) can also be used.
Remarks
To set or retrieve the value of this attribute with script, use either the setAttribute or getAttribute method.
If set as an attribute of the TABSTRIP element, the first TAB is linked to the first PAGEVIEW, the second TAB to the second PAGEVIEW and so on. If there are more tabs than PAGEVIEWs then the TAB with no corresponding PAGEVIEW cannot be activated.
Applies To
TAB, TABSTRIP
See Also
getAttribute, setAttribute, Internet Explorer WebControls, About the TabStrip WebControl