Re: [ADVANCED-DOTNET] Response.Redirect issue

2002-07-11 Thread Hun Boon Teo
I assume you are using Internet Explorer right? I used the Network Monitor to observe the http request/response and come to the following conclusion. When you issue a redirect from the asp.net, a Http 302 is returned from IIS. If you original request is a get method, I.E will issue another get to

Re: [ADVANCED-DOTNET] Response.Redirect issue

2002-07-11 Thread John St. Clair
t; [mailto:[EMAIL PROTECTED]] On Behalf Of > Chad M. Gross > Sent: Thursday, July 11, 2002 5:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Response.Redirect issue > > > The first should work but may be a refresh issue. The second > one most likely should not

Re: [ADVANCED-DOTNET] Response.Redirect issue

2002-07-11 Thread Chad M. Gross
haviors in different browsers. Chad > -Original Message- > From: Farhan Shah [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 9:04 AM > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] Response.Redirect issue > > I am not sure what i am doing wrong, but this i

Re: [ADVANCED-DOTNET] Response.Redirect issue

2002-07-11 Thread Kennedy, Joseph
Shah [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Response.Redirect issue I am not sure what i am doing wrong, but this is kinda freaky issue: I am trying to open a PDF file in virtual folder using following

[ADVANCED-DOTNET] Response.Redirect issue

2002-07-11 Thread Farhan Shah
I am not sure what i am doing wrong, but this is kinda freaky issue: I am trying to open a PDF file in virtual folder using following: Response.Redirect("/carespring/Output/NEW.PDF") I get a blank page and when i click on refresh, it opens the file. But i do following, it opens the file fr