Posting an ASP.NET web form to another ASP.NET page: who needs it?!
I need to be able to post a form to PayPal. Can I do this in the code behind somehow? I've looked at the HttpWebRequest class and have been able to post the form to PayPal but the PayPal page doesn'...