1
Reply

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

Ask a question
ashish bathla

ashish bathla

10y
1.3k
1

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)