ASP.NET Equivalent of FolderBrowserDialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've used the FolderBrowserDialog control in Windows Forms many times, but is
this control available in ASP.NET webforms? Thanks.
 
You can't import the namespace System.Windows.Forms namespace(windows
specific) in an ASP.NET application. Have a look at HtmlInputFile in
System.Web.UI.HtmlControls
 

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