Posts by Diogo Costa • 21 points
2 posts
-
0
votes0
answers32
viewsQ: C# - Treeview error popular with SQL database tables
I’m in trouble and I need help. I want to popular a treeview with data from an SQL database, but I have an error when putting the data through the code it duplicates everything. My query: select…
-
2
votes1
answer388
viewsQ: Treeview with Nodes & Childs via SQL database
I wonder how can I popular a TreeView with Nodes and Childs via an SQL connection. The connection is already done this is the code I have for now, but it does not work because it adds only a Node…