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.