Problem:
While developing silverlight application there are some situation when you need to pass some information from silverlight application (which you can say managed code) to the JavaScript and also from JavaScript to silverlight application (which you can say calling managed code from the JavaScript). So in this post I will discuss how you can communicate between JavaScript and silverlight application and vice verse.Solution: I have develop simple application which displ...
No comments yet, be the first one to post comment.