I have a web page that I want users to be able to open files from. The files will all be text files that contain SQL that I would then run against a database.
How do I get a new Open File Dialog window. In a windows application I would use System.Windows.Forms.OpenFileDialog. What is the equivalent ASP.net solution.
Thanks in advance.
How do I get a new Open File Dialog window. In a windows application I would use System.Windows.Forms.OpenFileDialog. What is the equivalent ASP.net solution.
Thanks in advance.