如何执行以下操作 -
ASP.NET 2.0 TreeView 并使用 JavaScript 选择选定的节点
我正在通过阅读 这篇文章,但在asp.net 2.0 treeview控件上没有找到getTreeNode()属性。
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)
JQuery 解决方案 - 用于选择单个节点(突出显示)客户端的 ASP.NET 2.0 Treeview 控件,
其中
#TreeView1t5
是node
的 id,TreeView1_5
是用于选择的css class
。享受..!
JQuery Solution - for selecting single node (highlighting) ASP.NET 2.0 Treeview Control on Client Side
Where
#TreeView1t5
is id ofnode
andTreeView1_5
iscss class
for selection.Enjoy..!