I am currently trying to integrate PayPal into our existing Web Application.
The Web Application is using ASP.NET WebForms.
Since in WebForms we have a form element around (almost) everything, I wonder how to integrate a PayPal Button which uses a form itself.
Is there any way to do it?
Yes. I do it in a three step process:
paypalbutton
).This may need to be modified to work with your specific code (but it may work as is):