Hi, I have a real basic Silverlight app consisting solely of a label within an ASP.NET web page. It is included as an object.
If I want to change the Silverlight's label content via a button placed on the ASP.NET page. Could anyone provide a sample on how to do this both via javascript and server side via c#?
Thanks.