Google Checkout in ASP.Net MVC
Posted
by MikeH
on Stack Overflow
See other posts from Stack Overflow
or by MikeH
Published on 2009-11-19T22:39:36Z
Indexed on
2010/06/06
17:32 UTC
Read the original article
Hit count: 631
asp.net-mvc
|google-checkout
I have a fairly simple ASP.Net site that uses google checkout (I have an imagebutton with the PostBackUrl set to the Google address passing values of hidden fields) which works fine.
I've been moving this app to MVC and I'm not sure how to handle this. I thought about using jQuery form but I don't believe this would work in this situation because there are times when they're redirected to the google pages. Has anyone used google checkout in an asp.net MVC app?
© Stack Overflow or respective owner