|
|
 |
RE: FN-FORUM: .Net Form Posting
date posted 26th February 2008 11:36
>PostBackUrl works for .NET2.0 onwards.
If i add the PostBackUrl to the submit button it does redirect to the
appropriate URL however the form (or at least i PayPal specific form
elements that im trying to add) don't seem to be recognised
>It's difficult for me to picture exactly what's going on.
Ive got a page with various things going on to do with displaying items that
the user has chosen to purchase. When the user hits the submit button to
confirm they wish to purchase the items listed, it takes them to PayPal,
whereby they complete the necessary payment options etc. To do this i need
to pass details to PayPal, as form values.
As ive not got this working yet im only sending over a simple set of form
elements to PayPal. Im doing this by adding the element as Text to a Literal
tag. However PayPal doesn't seem to be picking this info up. Thus suggesting
that the info isn't being passed over to it, in the Post.
|
 |
|