|
Subject:
|
Pouplating Tree Through Database
|
|
Posted By:
|
mansoorwaqar
|
Post Date:
|
11/1/2004 3:33:59 AM
|
Hello, I need to populate a tree view by he values in database and also need to maintain hierarchy. Actualy i want to show menus of the system in the form of tree. for example File-->New-->Application. In the database hierarchy is maintained but in tree i am facing difficulty to show it. In tree it should be viewed as folows by getting values from the database:
File |--->New |--->Application
|
|
Reply By:
|
aravwind
|
Reply Date:
|
11/1/2004 9:18:21 AM
|
can u specify ur question with more details. say, whether it is a web application or window application, database design
|
|
Reply By:
|
mansoorwaqar
|
Reply Date:
|
11/1/2004 11:19:36 PM
|
Hello, the problem is specified is basically a Windows Application. I want to populate tree with the values stored in database in a proper hierarchy.i.e, i need to add nodes both parents and theirs childs at runtime through database.
|