Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display the tree structure using ADO.NET & SQL Server ??
Posted

1 solution

ADO.NET and SQL Server have nothing to do with the display layer, so that does not work. The tree control takes XML as a data source AFAIK, so what you need to do, is get XML back from your database, then make that the data source of a tree control.

Here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900