Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to show Data Hierarchy and as user click to specific hirarchy item details description should be display in text boxes or girdview. Which Control will be best and how to use it?? in Windwos Forms m using VS 2012 SQL 2012
Posted

It really depends on what data ayou are trying to display, and how much there is of it, but the simplest and clearest way is probably something like a TreeView[^] - which is designed as a hierarchical display tool and nothing else.
 
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