Using the HTML Bridge

Exercise 3: Calling JavaScript code from Silverlight. This exercise walks you through the process of calling JavaScript from inside a custom Silverlight application. Task 1 – Attaching an Event Handler. In this task, you will write code in Silverlight to attach a managed code event handler to an HTML button declared in the HTML DOM. ................
................