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
-
Silverlight Sidebar Gadgets
Items: 4 | Visits: 199
Created by: Adam Kinney
-
Deep Zoom Sites
A listing of public sites u...
Items: 8 | Visits: 770
Created by: Adam Kinney
-
WebKit and the Future of the Open Web
WebKit is an advanced HTML-...
Items: 20 | Visits: 104
Created by: Gary Edwards
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
