本文介绍了如何在左侧实现树视图,在右侧实现UI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要创建一个asp.net应用程序,左侧有一个树视图,右侧每个节点有一个不同的页面,如果用户单击一个node1,它将在右侧显示UI,node2将显示另一个用户界面,任何人都可以告诉我实施它的最佳做法是什么?在此先感谢。

I need to create a asp.net application that has a treeview in left hand side, a different page for each node on the right hand side, if a user click a node1, it will show UI on the right, node2 will show another UI, can anyone tell me what is the best practice to implement it? Thanks in advance.

推荐答案


这篇关于如何在左侧实现树视图,在右侧实现UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 05:18