0

I have a treeview control on an asp page. Everytime I select a node, be it root node or child node, the entire tree is displayed again under the tree. If I go on selecting nodes on the tree, no matter which one I select, a duplicate tree is displayed under it. I have written no events so far. It is some property that I am missing out on. Please help!

1
  • 3
    Could you please post your code so we can help you? Thanks Commented Feb 27, 2012 at 13:16

1 Answer 1

1

Is this tree being created on page load by any chance? If so, test (!isPostback) on PageLoad in code behind before creating it. If not, then you need to provide more code. Include details of event handlers for the control etc.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.