Open File Dialog Asp.Net
        Posted  
        
            by Nick LaMarca
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nick LaMarca
        
        
        
        Published on 2010-04-05T14:43:26Z
        Indexed on 
            2010/04/05
            15:23 UTC
        
        
        Read the original article
        Hit count: 398
        
I am creating an excel report in vb.net using the office interop. When the report is completed I am saving the excel file on the C drive. The users have asked to save file anywhere they want not just the c drive. Can someone give me some code to popup an opend file dialog in asp.net?
I want the dialog to popup in a saveAs in ASP.NET. I know how to do it in win forms, but I am creating an excel report in asp.net and calling the worksheet objects SaveAs property that excepts a fileName. So right now I just hardcode a file name in there. The users want to choose a file location
© Stack Overflow or respective owner