views:

550

answers:

3

Hi,

I am trying to build an editable tree hierarchy similar to treeview control only with the ability to add, remove and rename documents aswell as the ability to view them.

Anybody recommend a good way of doing this? I am a PHP person, fairly new to .NET so any help would be greatly appreciated.

Thanks, Sean

+1  A: 

I recommend you to use ExtJS TreeView's .net port.

http://examples.coolite.com/?/TreePanel/Loaders/Ajax_Method_Loader/

http://coolite.com

Coolite has ported majority of ExtJS controls to .net

Thanks,

this. __curious_geek
A: 

Telerik's RadTreeView is pretty good. I've used it a few times in the past and it's incredibly flexible.

Kev
A: 

Thanks guys,

I noticed that the coolite control has a community version. Are both of these controls free and do the free versions have limitations obn them?

Thanks a million for you suggestions!