Search Results

Search found 2 results on 1 pages for 'user318332'.

Page 1/1 | 1 

  • Accessing JSon raw tokens in C# ?

    - by user318332
    My json string looks like { abc: 123, def: 442, ghi=444 } - say stock list. I dont know what quotes are coming in , i.e I dont know what is abc, def etc is. I need to get this token dynamically. Any pointers would be of great help ! BTW, this has to run in silverlight.

    Read the article

  • Silverlight : How to pass data from the reqest to the respose using Webclient Asychronous mode ?

    - by user318332
    This is probably a basic question .. void method1() { String VIP = "test"; WebClient proxy = new WebClient(); proxy.OpenReadCompleted += new OpenReadCompletedEventHandler(proxy_OpenReadCompleted); String urlStr = "someurl/lookup?q=" + keyEntityName + "&fme=1&edo=1&edi=1"; } void proxy_OpenReadCompleted(object sender, OpenReadCompletedEventArgs e) { } I need to access VIP in the proxy_OpenReadCompleted method. Pl. help

    Read the article

1