This topic shows how to call managed code from JavaScript in a Web page that includes the Silverlight plug-in. This gives client script access to the extensive .NET Framework features that are available in managed code, without requiring a round trip to the Web server. Using client script to call managed code in a Silverlight-based application involves the following tasks: Handling the Startup eve

