本文介绍了如何在客户端获取asp.net树视图选择节点的路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用asp:treeview控件构建树视图,我使用数据集从数据库中填充树视图(我在树视图中插入了6000条记录),
现在我的要求是我想要所选节点的完整路径,仅来自客户端,,,,
I build a tree view using asp:treeview control and I used dataset to fill treeview from database(6000 records I inserted in tree view),
Now my requirement is I want the complete path of the selected node,, from client side only,,,,
推荐答案
这篇关于如何在客户端获取asp.net树视图选择节点的路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!