Archive for December, 2008

Inserting a PayPal Buy Now Button into an ASP.NET Form

When working with ASP.NET pages, one difficulty that often arises is that you need two forms on the page – the normal form required by ASP.NET and a second form for something else such as a PayPal button or a search tool. The solution that I discovered is to not have two forms but simply [...]