Hierarchial TreeView
-
Hi guys, I need to build a Hierarchical Tree view structure (Manager > Employee relations)for my module which should be like + TopRootManager - Manager 1 Employee1 Employee2 Employee3 - Manager 2 Employee1 Employee2 -Employee3 Employee1 Employee2 + Manager 3 And Results should be from SQL database. Can any one help me plz !!!:(( From, Menon
-
Hi guys, I need to build a Hierarchical Tree view structure (Manager > Employee relations)for my module which should be like + TopRootManager - Manager 1 Employee1 Employee2 Employee3 - Manager 2 Employee1 Employee2 -Employee3 Employee1 Employee2 + Manager 3 And Results should be from SQL database. Can any one help me plz !!!:(( From, Menon
I have used the Telerik RAD Control TreeView to do this. Works very well. http://telerik.com/products/aspnet/controls/treeview/overview.aspx (I have no connection with Telerik other than as a happy customer)
-
I have used the Telerik RAD Control TreeView to do this. Works very well. http://telerik.com/products/aspnet/controls/treeview/overview.aspx (I have no connection with Telerik other than as a happy customer)
Guys can any one help me out in Hierarchial Tree View for an organization. from, Menon
-
Guys can any one help me out in Hierarchial Tree View for an organization. from, Menon
What else are you hoping for ? There's no tree control build into .NET, so a third party control is really your only option.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )