paypal-buttons

Paypal Form Ruins My ASP.NET webforms layout -> How to Solve?

拜拜、爱过 提交于 2019-11-29 14:57:06
问题 I am a student who is doing up a simple website in asp.net. My problem is, I wish to integrate Paypal on one of the pages, but asp.net has the ridiculous <form runat="server"> that is getting in my way. I am building a simple site layout using blueprint css, a very basic three-column layout. However, I need my main content section to be able to use the paypal form (buy now button), and the other areas of the site to use user controls, which I presume requires them to be wrapped in that