Quantcast
Channel: question about c# asp.net - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by RationalGeek for question about c# asp.net

You cannot use Windows Forms controls in ASP.NET. And in fact using the FolderBrowserDialog from ASP.NET doesn't make a lot of sense, since it is a webpage. Web applications can't get direct access to...

View Article



Answer by Justin Niessner for question about c# asp.net

If you're trying to use this control in an ASP.NET application, you're going to be sadly disappointed.You can't use WinForms controls on ASP.NET Pages. You should check out the FileUpload control...

View Article

question about c# asp.net

in order to use the FolderBrowserDialog control in asp.net, i had to add a reference to System.Windows.Forms in my project. i wrote this code: FolderBrowserDialog f = new FolderBrowserDialog();...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images