vote up 1 vote down star

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.

flag

1 Answer

vote up 1 vote down check

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..!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.