Hi guys,
I've to connect my application to an online payment provider that requires I call his page passing parameters with a post action.
How can I do that during postback? I don't have all information in a form, some of them are takem from database and when I click "Pay" I would like to read them and do something like a Response.Redirect but with post action.
I think it's not possible to use WebClient cause I've to show the provider page that take care of the security of the payment.
Some suggestion? Thanks in advance.
Stevie B. Gibson
I've to connect my application to an online payment provider that requires I call his page passing parameters with a post action.
How can I do that during postback? I don't have all information in a form, some of them are takem from database and when I click "Pay" I would like to read them and do something like a Response.Redirect but with post action.
I think it's not possible to use WebClient cause I've to show the provider page that take care of the security of the payment.
Some suggestion? Thanks in advance.
Stevie B. Gibson