G Guest Nov 17, 2004 #1 I've used the FolderBrowserDialog control in Windows Forms many times, but is this control available in ASP.NET webforms? Thanks.
I've used the FolderBrowserDialog control in Windows Forms many times, but is this control available in ASP.NET webforms? Thanks.
G Guest Nov 18, 2004 #2 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
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