tags:

views:

23

answers:

1

Hi all

Is it possible to use Google iGadget API with my ASP.NET website or it just can be used to develop gadgets for iGoogle portal only ?

thanks

A: 

You just need a compliant gadget container. Take a look at Apache Shindig for an open source example. Not sure if there's anything specifically for ASP.NET, though...

HTH, Paul.

UPDATE: Looks like Pesta might be a possibility.

pdbartlett
Thanks for help but I believe that it suitable with me. I want something more generic
Mina Samy
Maybe you need to explain in a little more detail how you're expecting it to work, then? In particular, what did you think would implement the API, if not a gadget container of some sort?Also note that the API is a client-side JavaScript one, so the fact that the server-side is ASP.NET is somewhat orthogonal to what happens with the gadgets.
pdbartlett
OK, can I use google's Gadget Container in my application.Thanks
Mina Samy