AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
the problem is that my table has many to many self reference and it has an interfavce table too:
myTable 1 - m interfaceTable
myTable 1 - m interfaceTable
how can i show this in a treeView? for example:
-+-A-+-A1
+ +
+ +-A2
+
+-B-+-B1
+
+-A1
thanks
Answer Not that difficult you would need to build a recursive function which is passed a node and PK value. The function then in turn before (or after) adding a node to the tree calls its self to check if any child nodes exist for that PK.