去微软帮助文档上面看看list和treeview的用法,有实例的.
list<string> lst = new list<string>;
foreach(DataRow dr in dt.Rows)
{
lst.add(dr["字段"].tostring());
}
http://blog.csdn.net/jackeyabc/archive/2007/01/09/1478042.aspx TreeView的使用,至于如何能将数据库中数据保存到list中,不知道你对底层的操作数据库的那些类了解不了解!很简单