How read data from server?

I am newbie in DHTMLX TOUCH

for example, read a xml or json format from asp.net.

I searched examples in this forum but I no found

:question: :question: :question: :question: :question: :question: :question: :question: :question: :question: :question: :question: :question:

plain reading

dhx.ajax(“some.aspx”, function(text){
alert(text);
});

loading the component

$$(‘list’).load(“some.aspx”, “xml”)
or
$$(‘list’).load(“some.aspx”, “json”)

docs.dhtmlx.com/touch/doku.php?id=list_datatypes
docs.dhtmlx.com/touch/doku.php?i … oader_load
docs.dhtmlx.com/touch/doku.php?id=ajax