Tip: Binding and getting data async from a Web Service
3 comments
/
posted by
Emil Stoychev
on
Aug 12, 2008 (more than a year ago)
This article is compatible with the latest version of Silverlight. Introduction When it comes to making calls to a Web Service in Silverlight you have no other way, but to do it async. In many scenarios this could be a problem and especially when you use data binding. The Problem Consider you have a business objects Merchant and Sale and the Merchant has property Sales of type List as shown on the ...