Post asp.net form data to payment gateway

liunx

Guest
Hi

I'm developing a web app in C# and I need to post some form data to a payment gateway (Metacharge) but unlike normal asp/html it seems you can't post a form to an external site. I've tried Response.Redirect - but this doesn't post the form data and Server.Transfer only works within the app. What's the best solution for what in classic asp/html was dead simple?

Would something like Server Objects ASPHTTP be a solution?

Cheers
 
Back
Top