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...