Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library | CodeGuru

Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library

Today’s websites commonly exchange information between the browser and the web server using Ajax techniques – the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. which then processes the request and, perhaps, returns data that the browser can […]

Written By
CodeGuru Staff
CodeGuru Staff
Nov 17, 2010
2 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Today’s websites commonly exchange information between the browser and the web server using Ajax techniques – the browser executes
JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to
the server. which then processes the request and, perhaps, returns data that the browser can then seamlessly integrate into the web
page. Two earlier articles – Accessing JSON Data From
an ASP.NET Page Using jQuery
and Using Ajax Web
Services, Script References, and jQuery
, looked at using both jQuery and the ASP.NET Ajax Library on the browser to initiate an Ajax request
and both ASP.NET pages and Ajax Web Services as the entities on the web server responsible for servicing such Ajax requests.

This ASP.NET tutorial continues our examination of techniques for implementing lightweight Ajax scenarios in an ASP.NET website.
Specifically, it examines how to use the Windows Communication Foundation, or WCF, to server data from the web server and how to use both the
ASP.NET Ajax Library and jQuery to consume such services from the client-side. To read the entire article, Accessing Server-Side Data from Client Script: Using WCF
Services with jQuery and the ASP.NET Ajax Library, click here
.

Related Article

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.