Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the URL to an Extensible Stylesheet Language Transformations (XSLT) file to transform TreeNode elements.
Syntax
ASP <tagPrefix:ELEMENT TREENODEXSLTSRC = sTreeNodeXsltSrc ... > Script [ sTreeNodeXsltSrc = ] object.TreeNodeXsltSrc
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sTreeNodeXsltSrc System.String that specifies or receives the URL to an XSLT file to transform TreeNode elements. The property is read/write. The property has no default value.
Remarks
The value of this property must be a URL. For example, "https://www.mysite.com/xsl_files/treenodetypes.xsl"; "file:///c:/xsl_files/treenodetypes.xsl"; or "c:/xsl_files/treenodetypes.xsl".
Applies To
TREENODE, TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl