0
數據綁定在樹視圖我有數據在以下兩個表如何使用SqlDataSource的
Parent Mater
和Child Master
在parent master
有兩個字段prtID
和name
。在child master
中有三個字段ID
,name
和prtid
,prtid是來自parent master
的外鍵。
我想在Windows應用程序中綁定數據與TreeView
在c#.net ,使每個孩子將出現在其父節點內。
可以請指導我爲這個任務的正確方向嗎?
什麼,你已經嘗試過?一些工作或不工作的代碼可能是? – ryadavilli