Treeview

  • Thread starter Thread starter Bart Schelkens
  • Start date Start date
B

Bart Schelkens

Does anyone know if there is a treeview-control we can use on a webform in
..Net ?
 
I used the treeview from the IE webcontrols of microsoft.
Though it's not supported it worked fine for me and it's free.
 
Yes i did.
The problem is that it says :
Run Build.bat which will create a build folder in this directory.
The build folder contains Microsoft.Wev.UI.Webcontrols.dll

I can't find that dll in the folder.
 
You have to start the build.bat not in normal command prompt but in the
visual studio .net command prompt because the csc.exe is not accessible from
the normal command prompt except if you are running it from it start
direction <root drive>\<windows directory>\Microsoft.NET\Framework\<your
..net framework version>

when you started from the correct direction it creates the .dll file

Regards
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top