Saturday, March 24, 2012

working with httpwebrequest and response classes

I am using the httpwebrequest and response classes to post payment
transactions to my credit card processor. I believe I have the working code
to post the data but I have had no luck figuring out how to receive the
response back from the processor.
The problem is I need to receive the response on a different page than I
posted from.
If you know of any good articles on the subject please post them.
Thanks, Justin."Justin" <Justin@.discussions.microsoft.com> wrote in message
news:3B5CDCCC-5514-4618-8361-84D79464A29C@.microsoft.com...
>I am using the httpwebrequest and response classes to post payment
> transactions to my credit card processor. I believe I have the working
> code
> to post the data but I have had no luck figuring out how to receive the
> response back from the processor.
> The problem is I need to receive the response on a different page than I
> posted from.
>
You must retrieve the response on the same page you post from. But you can
save it somewhere (eg session or a database), and retrieve it on a later
request.
David

0 comments:

Post a Comment