This section contains two code examples. The first code example demonstrates how to use the ImageToolTip property to specify the ToolTip text for the image that is displayed next to a node to which the TreeNodeBinding object is applied. The second code example provides sample XML data for the first code example. The following example demonstrates how to use the ImageToolTip property to specify the ToolTip text for the image that is displayed next to a node to which the TreeNodeBinding object is applied. For this example to work correctly, you must copy the sample XML data, provided after this code example, to a file named Booklist.xml. Visual Basic <%@ Page Language="VB" %> TreeViewBinding Example

TreeViewBinding Example

C# <%@ Page Language="C#" %> TreeViewBinding Example

TreeViewBinding Example

The following code example provides sample XML data for the preceding code example.