asp:MediaPlayer and asp:Silverlight controls update
As I am sure you have heard, we just published the Silverlight 2 Beta 1. In addition to all the other cool stuff in Silverlight 2, we have included the ASP.NET support for Silverlight... Just install Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 to check this out.
Check out my recent post for more information: Islands of Richness with Silverlight on an ASP.NET page
Check out our quickstarts, and the new ASP Silverlight forums.
Comments
Anonymous
March 05, 2008
PingBack from http://www.silverlightshow.net/items/3888.aspxAnonymous
March 05, 2008
Silverlight 2 Beta 1 is now available!! You can download from here: Microsoft Silverlight Tools BetaAnonymous
March 05, 2008
Silverlight 2 Beta is here!!!!Anonymous
May 06, 2008
Can we call xaml based methods in ASP .net.In th sense if i have a Silverlight UserControl Say PersonControl which exposes public methods say SetPerson then is there a way to call SetPerson in my managed code in aspx.csAnonymous
May 06, 2008
> Can we call xaml based methods in ASP .net.In th sense if i have a Silverlight UserControl Say PersonControl which exposes public methods say SetPerson then is there a way to call SetPerson in my managed code in aspx.cs No, I am afriad this is not supported as the C# code for the Silverlight control was built for the Silverlight runtime rather than the full .NET Framework. However it is possible to do codesharing between Silvelright and ASP.NET projects.. look for a future post on that!Anonymous
May 07, 2008
Thanks for the reply :) Actually I am in the implementation process and want to take quick decisions..Would be helpful if you could hint me on this ..Are you talking about the HTML integration between ASP .Net and Silverlight ? (e.g usinh HTMLPage.Invoke) Thanks in advance!Anonymous
May 07, 2008
The comment has been removedAnonymous
May 07, 2008
Hey thanx for the reply!I have already implemented ASP .Net interaction with Silverlight through scriptable types.was looking out for other options if thats feasible.But it seems Silverlight control has yet to be developed to behave like a true User Control.I hope future will support calling xaml methods from aspx.cs files. Cheers!