vihv
03-29-2006, 12:31 AM
Hi guys, How can I send a response.redirect OR execute a .asp in another server and send some Form variables....
I have a form that collects customer information, that data is stored in the db, this is working fine, now after everything is stored I need to do a response.redirect to paypal. but I need to send the data collected in the form to them(paypal). my question is: Does the response.redirect sends all the data stored in the forms.
usually what needs to be done, is that the user clicks in a paypal button then the form's action points to the paypal website, so the variables in that form are transfered as well.
help will be appreciated.
I have a form that collects customer information, that data is stored in the db, this is working fine, now after everything is stored I need to do a response.redirect to paypal. but I need to send the data collected in the form to them(paypal). my question is: Does the response.redirect sends all the data stored in the forms.
usually what needs to be done, is that the user clicks in a paypal button then the form's action points to the paypal website, so the variables in that form are transfered as well.
help will be appreciated.