Browse and open the folder in asp.net

  • Thread starter Thread starter Santel
  • Start date Start date
S

Santel

Hi,

Using html file tag I can able to browse the file, but not the folder.
Is there any possible way to browse and select the folder in asp.net?
Anyone please suggest.
 
Hello santel,

Actually, u can use the windows control to select folders. and put that control
into asp.net page via object tag
See details there http://msdn2.microsoft.com/en-au/magazine/cc301932.aspx

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


s> Hi,
s>
s> Using html file tag I can able to browse the file, but not the
s> folder. Is there any possible way to browse and select the folder in
s> asp.net? Anyone please suggest.
s>
 
also the users will need to add your site to their trusted list and enable
unsafe controls.

-- bruce (sqlwork.com)
 
also the users will need to add your site to their trusted list and enable
unsafe controls.

Yes indeed - no use for anything other than intranets which use nothing but
IE...
 
Back
Top