Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Save File Dialog Box in Asp.net....

Save File Dialog Box in Asp.net....

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    spalanivel
    wrote on last edited by
    #1

    Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel

    B D 2 Replies Last reply
    0
    • S spalanivel

      Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel

      B Offline
      B Offline
      Baran M
      wrote on last edited by
      #2

      Ya is there and you Google it. :) Do you want to upload a file to a server ... Correct. Server control is there. :)

      S 1 Reply Last reply
      0
      • B Baran M

        Ya is there and you Google it. :) Do you want to upload a file to a server ... Correct. Server control is there. :)

        S Offline
        S Offline
        spalanivel
        wrote on last edited by
        #3

        Thanx. When I click the button (ie)it should show like the save file dialog and ask for file name to save and store the full path in a string type variable in asp.net with c#. its urgent.

        M 1 Reply Last reply
        0
        • S spalanivel

          Thanx. When I click the button (ie)it should show like the save file dialog and ask for file name to save and store the full path in a string type variable in asp.net with c#. its urgent.

          M Offline
          M Offline
          Manas Bhardwaj
          wrote on last edited by
          #4

          spalanivel wrote:

          its urgent.

          There is nice portal for urgent matters http://www.getafreelancer.com/[^] Anyway, have a look at Response.BinayWrite method to basically flush the binay data(which will be your file) to the client. You need to get the file from the server. SO here are the steps: 1.) Google for 'Download file using Asp.net'[^] 2.) Google for 'Reponse.BinaryWrite asp.net'[^]

          Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

          1 Reply Last reply
          0
          • S spalanivel

            Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel

            D Offline
            D Offline
            DeveloperAtul
            wrote on last edited by
            #5

            NO This feature is not use in ASP.net If you want to save any file then make a dynamic link. And when clicking on this link it will ask to save file. Regards Atul

            C 1 Reply Last reply
            0
            • D DeveloperAtul

              NO This feature is not use in ASP.net If you want to save any file then make a dynamic link. And when clicking on this link it will ask to save file. Regards Atul

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              You're wrong. Passing a file through a binary write, will create a save file dialog.

              Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups