Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I redirect using POST

Status
Not open for further replies.

9727604

Programmer
Jul 18, 2003
23
0
0
CA
Hi all

How can I transfer user to another server using POST. The problem is
that
Server.Transfer (preserves form data) works just in current server.
Response.Redirect - uses GET method. However I have to open a remote
server
page using POST method. Using HttpWebRequest class is not a good
solution, as I can post to and read data from remote server, but the client
browser itself is still connected to my
server.


Thanks in Advance

 
u have to use Javascript, however be warned that .NET 1.1 does not allow users to submit one ASPX page to another ASPX page (be it on the same server or remote server)...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top