How do I get JSON string from url in Windows phone 8 in a 3-tier architecture. I am able to do it on the same .xaml.cs page but unable to get e.Result Response of "webClient_DownloadStringCompleted" event on my presentation layer i.e. the same .xaml.cs page from Data Access Layer which is ofcourse a seperate class.
Thanks in advance.

Rishi MalviPosted Feb 18, 2014, 11:33 PM
can you please paste the bunch of code from where you are facing problem?