Click here to Skip to main content
15,895,084 members
Articles / Web Development / IIS

A beginner’s guide for consuming a WCF service in JavaScript using ASP.NET AJAX

Rate me:
Please Sign up or sign in to vote.
4.61/5 (71 votes)
9 Feb 2009CPOL7 min read 237.6K   4.2K   176  
Shows how to use WCF in JavaScript.
.MainContainer
{ 
	background-color: #E4E4E4;
	min-height:400px;
	margin:20px;
	padding:20px;
	border:solid 1px silver;
}

.Input
{
	border: 1px solid #666666;
	margin:20px;
	padding:20px;
}
Table
{
}
.table 
{
	border:solid 1px gray;
	margin:20px;
}

.table td
{
	border:solid 1px gray;
}

.Command
{
	cursor:pointer;
	color:Blue;
	text-decoration:underline;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Riteq
Australia Australia
About Md. Masudur Rahman

Masudur currently works at Riteq as a software developer. Masudur Lives in Sydney, Australia.

Awards

26 May 2009: Monthly competition: Best ASP.NET article of April 2009

24 Mar 2009: Monthly competition: Best ASP.NET article of February 2009

Masudur Blog

Masudur put down his interesting learning experiences in his blog at http://munnaondotnet.blogspot.com/.

Comments and Discussions