首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 媒体动画 > CAD教程 >

silverlight treeview 怎么绑定到oracle数据库表中

2012-03-04 
silverlight treeview 如何绑定到oracle数据库表中父节点:parent_id子节点:module_id节点名称:name节点类

silverlight treeview 如何绑定到oracle数据库表中
父节点:parent_id
子节点:module_id
节点名称:name
节点类型:type_of_node

TreeView.ItemsSource 如何使用?MSDN太抽象啦 

MSDN:获取或设置用于生成 ItemsControl 的内容的集合。 (继承自 ItemsControl。)

[解决办法]
Treeview绑定数据库类型无所谓,绑定collection类型就可以。

看看你是什么类型的数据。

对于层次性数据,可以参考这篇教程:
http://silverlightchina.net/html/tips/2009/1211/391.html

如果是普通数据也可以参考:
http://silverlightchina.net/html/tips/2010/0101/513.html
http://silverlightchina.net/html/tips/2010/0101/514.html
http://silverlightchina.net/html/tips/2010/0101/515.html

热点排行