P
Paul Hodgson
The web site I'm working on needs to interact with another site, whose
services we are using. This means that we need need to post some form data
to a secure web page on the remote site, and then get a reply back. This was
easy to do in ASP - you just did <form method="post"
action="Url_of_the_other_site"> etc. But I'm getting stuck on how to do this
in ASP.NET because ASP.NET insists that a form posts back to itself.
Is there any way to have an ASP.NET page send post data to a different page?
Simon
services we are using. This means that we need need to post some form data
to a secure web page on the remote site, and then get a reply back. This was
easy to do in ASP - you just did <form method="post"
action="Url_of_the_other_site"> etc. But I'm getting stuck on how to do this
in ASP.NET because ASP.NET insists that a form posts back to itself.
Is there any way to have an ASP.NET page send post data to a different page?
Simon