Ask a Question related to ASP.NET General, Design and Development.
-
JP #1
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
-
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... -
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... -
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... -
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... -
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... -
Kevin Spencer #2
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
-
Kevin Spencer #3
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
>> of "data" do you> >-----Original Message-----
> >Is the folder on the client or on the server? What kind> >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



Reply With Quote

