Any way to browse and select a directory on the web server in ASP.NET?

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I'm working on an administrative page for my application and want the
ability to browse and choose a directory, not a file inside a directory. I
can fake it by selecting a file in a directory and then chopping the file
off, but that's a hack. Is there any equivalent to the Win32 directory
brower control in ASP.NET?

Thanks.
Eric
 
Back
Top