myLearning
Monday, 4 February 2013
WCF returning Json data
in the .net world, we need to get the data by getting the property d like this:
var cust = data.d[0];
var cust = data.d.firstname;
this won't work: var cust = data[0];
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment