| Article: |
Build a .NET App for Google Checkout | |
| Subject: | Using CheckOut API in VB. NET | |
| Date: | 2007-11-21 14:55:25 | |
| From: | momander | |
|
Response to: Using CheckOut API in VB. NET
|
||
|
Zee,
|
||
Showing messages 1 through 2 of 2.
-
Using CheckOut API in VB. NET
2007-11-21 23:17:23 zeeshanks [View]
-
Using CheckOut API in VB. NET
2007-11-22 12:33:14 momander [View]
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



Is it possible to get the actual form file for the simple.aspx file?
I 'm trying to compile my project with PostCarttoGoogle function. I have created a button (Button4) in my form.
The first error is related to this line:
Dim Req As CheckoutShoppingCartRequest = Button4.CreateRequest
The error is :
'CreateRequest' is not a member of 'System.Web.UI.WebControls.Button'.
Can you please help.
Thanks,
Zee