Skip to content Skip to sidebar Skip to footer
Showing posts with the label Silverlight

Wp7 Browser Control Won't Invoke Javascript Error 80020101

I have the following: public MainPage() { webBrowser1.ScriptNotify += new EventHandler (webBrow… Read more Wp7 Browser Control Won't Invoke Javascript Error 80020101

Sending Json Object From Javascript To Silverlight Then Triggering An Event To Update Silverlight

I am building a web application that basically consists of a set of HTML forms that, when the user … Read more Sending Json Object From Javascript To Silverlight Then Triggering An Event To Update Silverlight

Calling A Javascript Function From Silverlight

I'm attempting to call a javascript function (in our code) from a silverlight control. I'm … Read more Calling A Javascript Function From Silverlight