Fortunately, unfortunately no. you are expected to code your client in JS and asynchronous calls to the Google server.
If you are talking about asp.net controls, that's not provided either. In my personal opinion I'd say you run away from these. In most cases you will be worrying about viewstate the rest of your app life.
For my project I have developed server side controls using c# and webservices and called them using JS. The reason why I went for such a design was opensocial's clumsy persistence API (forgive my ignorance).
cheers,Thanks for you fast response
By any chance do you have any sample of you code available?
Yeah I was talking about
On Nov 4, 9:54 pm, "Cherian Thomas" <cherian...@gmail.com> wrote:
> Fortunately, unfortunately no. you are expected to code your client in JS
> and asynchronous calls to the Google server.
>
> If you are talking about asp.net controls, that's not provided either. In my
> personal opinion I'd say you run away from these. In most cases you will be
> worrying about viewstate the rest of your app life.
>
> For my project I have developed server side controls using c# and
> webservices and called them using JS. The reason why I went for such a
> design was opensocial's clumsy persistence API (forgive my ignorance).
> cheers,
> Cherian
>
~Arne
On Nov 5, 10:06 am, "Arne Roomann-Kurrik (Google)"