|
|
 |
Re: FN-FORUM: .Net Form Posting
date posted 25th February 2008 17:46
Phillip Healey wrote:
> Hi guys,
>
> Can anyone shed some light on what should be (in theory) a very easy process of posting a form from a .Net2 page to Paypal (or any 3rd party site)?
>
> Im not elaborating further as you’ll know what im on about if you know the answer / can help. ;-)
>
> Any help would be greatly appreciated.
>
> P.s. I need to use POST rather than GET, as I don’t want all fields being posted in the url.
Have you tried setting PostBackUrl on the submit button of the form?
This will cause the page to post to PostBackUrl rather than to itself.
eg:
|
 |
|