DCSIMG
SilverLight,JavaSCript - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » SilverLight » JavaSCript (RSS)
Sending complex typed data from web service to SilverLight client - Part III
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....
Sending complex typed data from web service to SilverLight client - Part I
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. ...