TreeView control issues

P

Phil Townsend

I am trying to integrate the Microsoft web controls TreeView Control.
For initial familiarization with the control I have built a static tree
structue in the .aspx page (code follows). I used the Nodes collection
designer to build this code. When I run the page, the nodes do not
appear in a tree, but rather as a long line of text with all of the node
text values displayed, such as "Node1Node2Node3..." and so on. Does
anybody know why this is occurring?

<iewc:TreeView id="TreeView1" runat="server">
<iewc:TreeNode Text="Node0">
<iewc:TreeNode Text="Node2"></iewc:TreeNode>
<iewc:TreeNode Text="Node3">
<iewc:TreeNode Text="Node7"></iewc:TreeNode>
<iewc:TreeNode Text="Node8"></iewc:TreeNode>
</iewc:TreeNode>
<iewc:TreeNode Text="Node4">
<iewc:TreeNode Text="Node5"></iewc:TreeNode>
<iewc:TreeNode Text="Node6"></iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeNode>
</iewc:TreeView>
 
P

Phil Townsend

On further investigation of this issue, the control is simply writing
xml code to the .aspx page...
 
G

Guest

Hi Phil,
Well u could pass Static or XML to the TreeView Menu control and make
sure u install it well unless it won't render well..
Try reading the control properties..visiting http://www.iewebcontrols.net
could HELP.
ENJOY!
Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top