One of the most exciting features of Silverlight 2.0 is its ability to let .NET and JavaScript communicate in a very direct way. JavaScript objects can call .NET methods directly, and register for .NET events.
On the .NET part, this needs a little preparation. There are two steps that you need to perform to enable JavaScript --> .NET communication:
Read the rest of this entry ยป