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,
Sorry I forgot; the VB samples aren't in an official release yet. So either wait a week or two for v1.3 to be released, or grab the VB files from the trunk here: http://google-checkout-dotnet-sample-code.googlecode.com/svn/trunk/examples/vb.net/
/Martin
|
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]
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