且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使它成为visual studio 2008 windows窗体应用程序?

更新时间:2023-12-06 14:00:22

显示类似的记录执行以下步骤:



1.获取数据集中的数据

2.从数据集创建XML文件

3.读取节点并使用Treeview绑定
To display the records like this do the following steps:

1. Get the data in Dataset
2. Create the XML File from Dataset
3. Read the Nodes and bind with Treeview


您可以使用单个控件,例如 ListView [ ^ ]或DataGridView [ ^ ]显示多个项目。
You may use a single control, like for instance the ListView[^] or the DataGridView[^] to show multiple items.