On my previous post I discussed the JavaScript mediator part, Here I'll sum this part which is Serialize the object for the SilverLightcomponent and operate method inside it to bind the data....
In this post I'll explain in how to send complex typed data between web service and SilverLight client
code. In order to avoid security issues I'll use JavaScript as mediator between my server code and SilverLight
code.
...