Hi,
My is:
<%@ Register TagPrefix="IE"
Namespace="Micr osoft.Web.UI.We bControls" Assembly
="Microsoft.Web .UI.WebControls " %>
<%@ Import Namespace="Micr osoft.Web.UI.We bControls" %>
<HTML>
<HEAD>
<title>TreeView </title>
<meta name="GENERATOR " content="Micros oft
Visual Studio .NET 7.1">
<meta name="CODE_LANG UAGE" content="Visual
Basic .NET 7.1">
<meta name="vs_defaul tClientScript"
content="JavaSc ript">
<meta name="vs_target Schema"
content="http://schemas.microso ft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post"
runat="server">
<IE:TreeView id="TreeView1"
runat="server">
<ie:TreeNode Text="Node0">
<ie:TreeNode
Text="Node1"></ie:TreeNode>
<ie:TreeNode
Text="Node3"></ie:TreeNode>
</ie:TreeNode>
<ie:TreeNode
Text="Node2"></ie:TreeNode>
</IE:TreeView>
</form>
</body>
</HTML>
I get in my page:
"Node0 Node1 Node3 Node2" instead of treeview.
Why ?
Thank you.
My is:
<%@ Register TagPrefix="IE"
Namespace="Micr osoft.Web.UI.We bControls" Assembly
="Microsoft.Web .UI.WebControls " %>
<%@ Import Namespace="Micr osoft.Web.UI.We bControls" %>
<HTML>
<HEAD>
<title>TreeView </title>
<meta name="GENERATOR " content="Micros oft
Visual Studio .NET 7.1">
<meta name="CODE_LANG UAGE" content="Visual
Basic .NET 7.1">
<meta name="vs_defaul tClientScript"
content="JavaSc ript">
<meta name="vs_target Schema"
content="http://schemas.microso ft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post"
runat="server">
<IE:TreeView id="TreeView1"
runat="server">
<ie:TreeNode Text="Node0">
<ie:TreeNode
Text="Node1"></ie:TreeNode>
<ie:TreeNode
Text="Node3"></ie:TreeNode>
</ie:TreeNode>
<ie:TreeNode
Text="Node2"></ie:TreeNode>
</IE:TreeView>
</form>
</body>
</HTML>
I get in my page:
"Node0 Node1 Node3 Node2" instead of treeview.
Why ?
Thank you.