Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Save Dialog

Reply
Thread Tools

Save Dialog

 
 
JP
Guest
Posts: n/a
 
      07-17-2003
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
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      07-17-2003
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
http://www.takempis.com
Big things are made up of
lots of little things.

"JP" <> wrote in message
news:0c6e01c34c87$bcad8450$...
> 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



 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      07-17-2003
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
http://www.takempis.com
Big things are made up of
lots of little things.

"JP" <> wrote in message
news:020201c34c93$941ce150$...
> 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
> >http://www.takempis.com
> >Big things are made up of
> >lots of little things.
> >
> >"JP" <> wrote in message
> >news:0c6e01c34c87$bcad8450$...
> >> 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

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
retaining save dialog box even after clicking save button hell2heaven Java 0 10-26-2008 07:18 PM
Closing the Open Save Dialog when user selects Save BusyBoy ASP .Net 2 10-31-2006 03:46 PM
How to hide the dialog when execute a dialog based application in VC? yw C++ 3 07-02-2005 03:35 AM
Moz .8 "Save As" dialog slowness Stubby Firefox 4 06-29-2005 04:47 PM
display print preview dialog, not print dialog Matt Javascript 1 11-20-2004 01:18 AM



Advertisments
 



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