0
kicks
Combing Silverlight2 and JavaScript
Silverlight 2 allows you to combine a webpages JavaScript code with Silverlight .NET Code. For example you can call a C# method from JavaScript and call a JavaScript function from C#.
This posts shows how this is done and demonstrates it with a nifty little web page.