Call Silverlight from JavaScript This post is about great feature - the Managed HTML Bridge . With this feature, you can use JavaScript to call Scriptable managed code include properties, methods and events. In the previous post I wrote about Creating Silverlight Controls and Web Service with ASP.NET Futures , I will use this type of project to create a Web Application , and Xaml control. Register the Class as Scriptable Object After creating the Web Application and a Silverlight Project, lets register...