TUTORIAL: Calling Javascript From Silverlight 2

In this post, Jeff Blankenburg shows you how incredibly simple it is to call a Javascript function from the managed code of your Silverlight application. You will also be able to retrieve a value from that function, and return it to Silverlight. If you're just hunting for the syntax, just jump to step #6. This post covers creating everything from scratch, in both VB and C#.

https://www.jeffblankenburg.com/2008/09/tutorial-calling-javascript-from_23.aspx

 

Enjoy!

   Daniel