Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Save Dialog

    I would like to be able to select a location (folder &
    file name) to save data when I click a button on a web
    form. Obviously I can't use a "Save Dialog" control on a
    Web Form. How do I do this?

    Thanks!
    JP
    JP Guest

  2. Similar Questions and Discussions

    1. Adobe Save As Dialog
      Hi Folks, I have installed Adobe 7.0 Standard in my system, after that I have installed my application which has a functionality to covert the...
    2. CS - Save As: EPS - Dialog Corrupted
      I'm trying to Save As an EPS on Windows 2000, but when the EPS properties dialog comes up, there's no text in it and two tiny little buttons in the...
    3. Save as dialog box not displayed
      Hello everybody. I'm having a strange problem at the college where I work as a technician. We've got a classroom full of G4's running 10.2.8 and...
    4. Photoshop CS save as dialog box
      In Photoshop CS, when I save more than one file to the same folder the folder name appears twice in the recent places in the drop down menu of the...
    5. Save As Dialog Box
      Robert, I don't quite understand "so that I can insert the major folder that I am currently using." I use Windows XP and have created a new folder...
  3. #2

    Default Re: Save Dialog

    Is the folder on the client or on the server? What kind of "data" do you
    want to save?

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "JP" <jpatel3@canada.com> wrote in message
    news:0c6e01c34c87$bcad8450$a601280a@phx.gbl...
    > I would like to be able to select a location (folder &
    > file name) to save data when I click a button on a web
    > form. Obviously I can't use a "Save Dialog" control on a
    > Web Form. How do I do this?
    >
    > Thanks!
    > JP

    Kevin Spencer Guest

  4. #3

    Default Re: Save Dialog

    You would need some client-side executable to do this, such as an ActiveX
    control, Java applet, or .Net embedded Windows form. Can't be done using
    plain HTML, which is all that exists in an ASPX page on the client.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "JP" <jpatel3@canada.com> wrote in message
    news:020201c34c93$941ce150$a401280a@phx.gbl...
    > The folder could be anywhere the user have access to
    > including the users C:\ Drive.
    >
    > The data is coming from SQL Server table and going out to
    > a CSV file.
    >
    > JP
    >
    > >-----Original Message-----
    > >Is the folder on the client or on the server? What kind
    > of "data" do you
    > >want to save?
    > >
    > >--
    > >HTH,
    > >
    > >Kevin Spencer
    > >Microsoft MVP
    > >..Net Developer
    > >[url]http://www.takempis.com[/url]
    > >Big things are made up of
    > >lots of little things.
    > >
    > >"JP" <jpatel3@canada.com> wrote in message
    > >news:0c6e01c34c87$bcad8450$a601280a@phx.gbl...
    > >> I would like to be able to select a location (folder &
    > >> file name) to save data when I click a button on a web
    > >> form. Obviously I can't use a "Save Dialog" control on a
    > >> Web Form. How do I do this?
    > >>
    > >> Thanks!
    > >> JP
    > >
    > >
    > >.
    > >

    Kevin Spencer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139