I have a credit card donation web site for a major university code in ASP.Net web forms. I need to embed a web page (
https://pilot-payflowlink.paypal.com) in an iframe to submit credit info from a button_Click, and when done return to the page that hosts the iframe
I would like to maintain view state on the page, but can't do that if I load the page with a URL. The user may want to cancel the card submission and make changes and I would ...
Go to the complete details ...