In Info.aspx.cs i get a compressed file from the WebService. After decoding the content i have an xml File. Using XmlToJSON
and JavaScriptSerializer
the result is a JSON object. How can i use this object in Info.aspx?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try this,
|
|||
|
Suppose your json is n below format
Use as below:
|
|||