Rank: Newbie Groups: Member
Joined: 7/12/2011 Posts: 1
|
Can you combine a Treeview with a tabbed control, so that if you click on every leaf node/node corresponding information comes in Tabbed control(I mean respective data related to the node).
Data can be populated from XML or SQL server, I suppose.
Regards, nsv
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You just handle the TreeView's item click event and do whatever you want. Check the document for populate data from DB.
Thanks
|