| 发表于:2007-03-30 20:20:496楼 得分:0 |
问题已经解决,结贴^ ds = new dataset(); ds.tables.add( "path "); ds.tables[ "path "].columns.add( "path_name ", type.gettype( "system.string ")); ds.tables[ "path "].columns.add( "path_url ", type.gettype( "system.string ")); ds.tables[ "path "].columns.add( "path_connstr ", type.gettype( "system.string ")); ds.tables[ "path "].primarykey = new datacolumn[] { ds.tables[ "path "].columns[ "path_name "] }; pathgv.datasource = ds.tables[ "path "]; | | |
|