1

How to do following - ASP.NET 2.0 TreeView and Selecting the Selected Node using JavaScript

I am trying this by reading this article,but it does not find getTreeNode() property on asp.net 2.0 treeview control.

1 Answer 1

1

JQuery Solution - for selecting single node (highlighting) ASP.NET 2.0 Treeview Control on Client Side

$("#TreeView1t5").addClass("TreeView1_5");

Where #TreeView1t5 is id of node and TreeView1_5 is css class for selection.

Enjoy..!

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.