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...
 
Back
Top