ashish bathla

ashish bathla

  • 1.7k
  • 20
  • 1.7k

Get JSON string from url in Windows phone 8 in 3-tier arch.

Feb 17 2014 4:50 AM

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.


Answers (1)