H
Harry Simpson
I've got a commerce site. I submit a client side form when the clientside
submit button is pressed.
The action for this post is a redirect to a VeriSign PayFlow link page.
Question is....I'd like to save the data on the form into the database when
the form is submitted.
Is there a way i can use a server side form to send the info to the PayFlow
site (they're using Request.Form to get the values posted).??
That way i could have the save to database routine called within the same
event click .....
How is anyone else handling this? I have used two forms on one aspx page
before (one client and one server side). Seemed like post got posted if the
action was to itself but since it's posting to another page, not sure of the
best route.
Ideas? Thanks much in advance!
Harry
submit button is pressed.
The action for this post is a redirect to a VeriSign PayFlow link page.
Question is....I'd like to save the data on the form into the database when
the form is submitted.
Is there a way i can use a server side form to send the info to the PayFlow
site (they're using Request.Form to get the values posted).??
That way i could have the save to database routine called within the same
event click .....
How is anyone else handling this? I have used two forms on one aspx page
before (one client and one server side). Seemed like post got posted if the
action was to itself but since it's posting to another page, not sure of the
best route.
Ideas? Thanks much in advance!
Harry