Hi,
I've been looking at
http://msdn.microsoft.com/en-us/library ... 4(v=nav.71).aspx and to me it seems that you can only extend the "new" addins with javascript.
I'm hoping that I'm missing something, but is there a way to add some .net functionality as well. For instance, let the .net generate some html or data which will be passed to the javascript for display?
Comments
But running .net client side should not be possible because of the fact that no .net is running on client side if you use the webclient scenario.
@deV.ch Yes, that is an alternative and probably the way to go.