I found a tutorial on syndicationFeed. It lets you at least retrieve from atom feeds. I think it might also let you send data. I guess it depends on security settings at google spreadsheets. I couldn't get it to work in VB, but I will try c# next.
http://www.silverlight.net/Quickstarts/Remote/ed86e719-0da0-49e1-a9e1-b31f483070d4.aspx On Aug 29, 5:56 pm, "Jochen Hartmann (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > The link below points to the .NET client library that we have > developed: > > http://code.google.com/p/google-gdata/ > > Thanks > - jochen > > On Aug 29, 3:49 am, Neo42 <[EMAIL PROTECTED]> wrote: > > > > > I'd like to host all this on google pages, so that rules out creating > > server side code I think. Is there a direct way to go from > > silverlight to the atom feeds to retrieve and update? I prefer to use > > silverlight because I know it more than java or flash. > > > Though, I do have access to a free classic asp host, brinkster. > > Perhaps I could use that to create the webservice? That's literally > > asp 1.0. I don't think asp 1 can make webservices. > > > Can you send me the link to the .net sdk you speak of? Is that a > > google sdk you're referring to? > > > Thanks, > > -Neo42 > > > On Aug 29, 4:59 am, Frank Mantek <[EMAIL PROTECTED]> wrote: > > > > If you put a proxy service inbetween that feeds your silverlight page, > > > you can, honestly, do anything you want. > > > > You just have to do a lot yourself. Your webservice should probably > > > use AuthSub (see the youtube sample app in the .NET SDK) to talk to > > > the google service and then represent the data and operations in any > > > format you like to your silverlight page. > > > > Most certainly possible and not a bad way to go, if you want > > > Silverlight as your end user experience. > > > > Frank Mantek > > > Google > > > On Aug 28, 2008, at 9:33 PM, Neo42 wrote: > > > > > Btw, the link I put in there is the closest thing I have found on the > > > > web on this subject. > > > > >http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain-silve... > > > > > On Aug 28, 3:29 pm, Neo42 <[EMAIL PROTECTED]> wrote: > > > >> Is it possible (using a web service maybe) to create a silverlight > > > >> (xaml, html, js) page that can update/retreive a record on a google > > > >> spreadsheet? I am not concerned about the security ramifications > > > >> yet. I just want to know if it can be done. > > > > >>http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain- > > > >> silve... > > > > >> I am thinking about using google spreadsheets as an online database > > > >> with silverlight as the gui/interface for a turn based multiplayer > > > >> game. > > > > >> Thanks, > > > >> -Neo- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
