Re: [DOTNET] PDF Downloads

2002-05-28 Thread Joel Mueller
Of Erick Thompson > Sent: Tuesday, May 28, 2002 3:47 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] PDF Downloads > > > Wayne, > > Sure, no problem. In the Page_Load event handler, put in > something like > > Response.Clear(); > > Res

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Bryan Batchelder
ase, keyed by an ID passed through the URL. --b Bryan Batchelder eBusiness Consultant ConnectWise, Inc. 813-935-7100 x 425 > -Original Message- > From: Erick Thompson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 28, 2002 4:47 PM > To: [EMAIL PROTECTED] > Subject:

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Erick Thompson
yWrite(pdf); And your good to go. Erick - Original Message - From: "Wayne Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 1:41 PM Subject: Re: [DOTNET] PDF Downloads Erik & peter, Thanks for your reply guys, a code some would be g

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Wayne Lee
ED]] On Behalf Of Erick Thompson Sent: 28 May 2002 21:37 To: [EMAIL PROTECTED] Subject: Re: [DOTNET] PDF Downloads Wayne, You do the same thing as you would do in ASP. Use the Response object, clear the existing headers, output the headers with your content-length, content-disposition, etc, and the

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Peter Foreman
--- Wayne Lee <[EMAIL PROTECTED]> wrote: > I have an asp.net app written using c#. What I'd like to do is when > someone clicks a hyperlink, say: > > Click > > I'd like that to open a new page, run a db query which returns the > filename of that doc, and triggers the download of the pdf. A

Re: [DOTNET] PDF Downloads

2002-05-28 Thread Erick Thompson
e" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 11:16 AM Subject: [DOTNET] PDF Downloads Hi all, Great list this!! Well impressed after 4 hours!! ;) I have an asp.net app written using c#. What I'd like to do is when someone clicks a hyperlink, say:

[DOTNET] PDF Downloads

2002-05-28 Thread Wayne Lee
Hi all, Great list this!! Well impressed after 4 hours!! ;) I have an asp.net app written using c#. What I'd like to do is when someone clicks a hyperlink, say: Click I'd like that to open a new page, run a db query which returns the filename of that doc, and triggers the download of t