I'm trying to POST
a PayPal or GoogleCheckout "buy now" button from the code behind.
I got this answer telling me to add to the current html page. But the code there doesn't work as is. The code there adds a literal
with the following line:
__parent.AddControl( _lit );
Which obviously doesn't work as is.
How can it be done?