Page redirect

D

dd

I have a page [page1.aspx] that gets info from http header file. I need to
develop a page [page2] that redirects to this page so the page2 can read
header that page1 created.

Thing is when I redirect from page1 302 code is sent to browser and content
of the header is lost. Is there any help to my problem?

Thanks
 
D

dd

Unfortunately

This does not work since I have to set the header on page1. Therefore header
is not part of response yet, so it can't be read on the page2.Right?. Also
page2 has to open and page1 has to close as the result of the operation -
not to add page2 to the page1.

Anil Paranganat said:
Use Server.Execute instead of redirect

Anil Paranganat


dd said:
I have a page [page1.aspx] that gets info from http header file. I need to
develop a page [page2] that redirects to this page so the page2 can read
header that page1 created.

Thing is when I redirect from page1 302 code is sent to browser and content
of the header is lost. Is there any help to my problem?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top