kim alexander's Library tagged → View Popular
07 May 08
SILVERLIGHT: Business App -- The EntitySpaces Team Blog - EntitySpaces and Silverlight Demo (Part 1)
Interacting with Astoria Data Services
-
# function getCustomers()
# {
# $get("msg").innerHTML = "Please wait...";
# var wr = new Sys.Net.WebRequest();
# wr.set_url("http://localhost/AstoriaDataServices/Northwind.svc/Customers");
# wr.get_headers()["accept"] = "application/json";
# wr.add_completed(onComplete);
# wr.invoke();
# }
#
# function onComplete(result)
# {
# $get("msg").innerHTML = "";
# var data = result.get_object();
# for (i = 0; i < data.length; i++)
# {
# Sys.Debug.traceDump(data[i].ContactName, "data[" + i + "]");
# }
# }
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in silverli...
Related Lists on Diigo
-
Cool AJAX Controls
Cool AJAX controls worth fu...
Items: 16 | Visits: 84
Created by: Darren Wallace
-
Interactive Controls
A place to put interesting ...
Items: 32 | Visits: 27
Created by: Hass Murphy
-
Mouse Contols
Mouse COntrols
Items: 8 | Visits: 5
Created by: jessica moraski
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
