I have a paypal button on a .aspx page that sends a payment amount, InvoiceID, etc. to paypal and the returns to back to my website upon completing payment on paypal. This works fine as long as the user uses an actual paypal account. If they pay by simply entering credit card info on paypal's site, the return url doesn't work. Apparently, this is a known bug and the fix is to specify target="paypal" from the form within a HTML page, but I have not been able to find a solution when sending from an .aspx page.
Has anyone run across this issue?
Thanks in advance!

Go to the complete details ...