Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个项目,其中我有一个名称在树视图控件中用层次结构表示的任务。
这意味着我必须能够将父节点和子节点添加到树视图,并且当我单击Save按钮时,所有节点都应该存储在数据库中。
我的典型任务是,如果我检索数据,则应检索所有父节点和子节点并将其添加到树视图控件中,因为我只插入了层次结构。
通过以下链接,它可能会让您开始提出真正的问题。
http://msmvps.com/blogs/deborahk/archive/2009/11/09/populating-a-treeview-control-from-a-list.aspx
http://www.codeguru.com/csharp/csharp/net30/article.php/c15887/Updating-a-Database-from-WinForms-Controls-Old-School.htm