如何自动化层次结构流程 [英] How to automate hierarchicy process

查看:85
本文介绍了如何自动化层次结构流程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有下表和给定的数据。我需要自动化组织层次结构流程。用户可以像父级别/子级别一样定义级别

。用户可以编辑/删除级别。必须动态创建Levels表,并且必须在Asp:TreeView控件中显示

Created表。如何使用asp.net

I have the following table with the given data. I need to automate the Organization hierarchicy process. The user may define the levels
like the parent level/ Child Level. The user may edit/delete the levels. The Levels tables have to be created dynamically and the
Created table have to be shown in a Asp:TreeView Control. How to do it using asp.net

id       name		  ChildLevel
1	Level1			0
2	Level1.1		1
3	Level1.2		1
4	Level2			1
5	Level2.1		2
6	Level2.2		2
7	Level2.3		2

推荐答案

请从这里开始:演练:在TreeView控件中显示分层数据 [ ^ ]



更多:

在ASP.NET 2.0中使用TreeView显示分层数据 [ ^ ]

Dynami c将层次结构数据结构绑定到Treeview控件 [ ^ ]
Please, start here: Walkthrough: Displaying Hierarchical Data in a TreeView Control[^]

More:
Display Hierarchical Data with TreeView in ASP.NET 2.0[^]
Dynamic Binding Of Hierarchy Data Structure To Treeview Control[^]


这篇关于如何自动化层次结构流程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆