i have a problem.....
i have atable sectors and fields sec_ID and sec_name
sec_ID sec_name
1 the chairman
11 the manger
111 the employee
and i want to populate this data in Hierarchy (the employee under the manger under th chairmain)
please answer to populate this data using c# and table in sql server (windows application)
thank to all
Loading
Sam HobbsPosted Nov 17, 2010, 6:47 PM
The important thing is that there is probably not an automatic way to generate a TreeView. I have not seen one and I have looked for that.
mohamed husseinPosted Nov 17, 2010, 8:57 AM
i have a table contain this data already storded i want to display this data to treeview using c# windows application
like this picture at attachment
the qustion : the code to display this data automatically from sql table
Zoran HorvatPosted Nov 17, 2010, 7:13 AM
Can you be more specific about what your system looks like and what is the question?