Thanks. I’ve looked at this example, but the JSON result from the ASP.Net page doesn’t seem to work. The code behind webmethod is only hit if I add the line: { contentType: ‘application/json; charset=utf-8’ } to the dataAdapter definition line and if I change the data type to JSON. However, then the listbox does not get populated with the data returned.
Does it have to do with the JSON and JSONP variations? What’s the difference? What must I do to get the front-end end code behind scripts to talk to each other?