Link to home
Start Free TrialLog in
Avatar of kplonk
kplonk

asked on

Treeview for web

Hi,

I am new to .net and c#. What I would like to know is there a treeview control for web work, from Microsort?

If not are there any free ones that you could recommend?

Thanks Kieran
ASKER CERTIFIED SOLUTION
Avatar of gregasm
gregasm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kplonk
kplonk

ASKER

Thanks, looks just the job. any idea how to set this up and will the host have to install the controles for it to work?

Thanks Kieran
Add a reference to the assembly that contains the controls in your project.

Then you will need to copy the assembly that contains the controls into the BIN directory, wherever you deploy the application. The Host / ISP will not need to do anything.
Avatar of kplonk

ASKER

Thanks

K