tree view in asp.net

  • Thread starter Thread starter ajaspersonal
  • Start date Start date
A

ajaspersonal

i wana to show "mycomputer"(i mean all drives and sub folders) in tree
view structur
plz send coding

(asp.net with vb coding)
 
i wana to show "mycomputer"(i mean all drives and sub folders) in tree
view structur

If you mean you want to display the directory structure of your clients'
hard disk(s), you won't be able to do this natively, as ASP.NET does not by
default have access to the local machine.

The only way to do this would be to use a Java applet, or ActiveX control if
you don't care about cross-browser compatibility...
 

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