The html code that Paypal provides for donate buttons doesn't work when inserted directly into an ASP.Net web form. Because the Paypal form is nested inside the main <form> tag, when we click the button the page posts back to itself and effectively just refreshes.
One way to get arou...
[More]