We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Build a .NET App for Google Checkout
|
| Subject: |
|
Using CheckOut API in VB. NET |
| Date: |
|
2007-11-22 12:33:14 |
| From: |
|
momander
|
Response to: Using CheckOut API in VB. NET
|
|
Zee,
Sounds like your Button4 is a regular Button and not a GCheckoutButton. Did you add the button to your ASPX page according to page 3 of the article, like this:
<cc1:GCheckoutButton id="GCheckoutButton1" onclick="PostCartToGoogle" runat="server"/>
/Martin
|