前幾天寫了個asp.net程式,用到了treeview作為左邊選單,依據使用者的角色來初始treeview,比較簡單實用,所以現在總結一下,和博友們共享一下。
首先需要乙個關聯式資料庫表結構:就這個結構
nodeid
modualid
nodename
nodeurl
1head1
url 2
head2
url 3
head3
url 4
1head11
url 5
2head21
url 6
3head31
url
public
void
inimenu(
string
strrole)
public
bool
inittree(treeview treeview, dataset ds)
}treeview.expandall();
return
true;}
private
void
subtree(datarow dbrow, treenode node)
}private
treenode createnode(
string
text,
string
tag,
string
url)
run ------>
可以了,呵呵
WPF 的 資料來源屬性 和 資料來源
一 資料來源 資料物件 屬性 path 或 path的值 path vm.property或m.property 通常具有通知功能 特例除外 二 path不能孤立而存在,它一定具有所歸屬的資料來源,一定要找到path 確切的說 是它的值 所歸屬的資料來源,說明如下 資料來源 資料物件 1 指定控制項...
template和資料來源配置
一般使用模板 template 來運算元據庫的話,都需要給template設定乙個連線工廠或者資料來源,告訴這個模板從什麼地方獲取連線,比如像redistemplate hibernatetemplate hibernate3 jdbctemplate bean public redistempla...
asp Repeater繫結資料來源
page language c autoeventwireup true codebehind showrepeater.aspx.cs inherits binddata.connection.showrepeater using system using system.collections.g...