Consuming a Web Service using ASP.NET Ajax
AJAX Web Services in C#
http://www.dreamincode.net/forums/topic/34279-introduction-to-web-services-in-c%23/Creating a basic web service that retrieves data from a database,
then passes a populated DataSet back to the calling page to populate a GridView control with it.
http://articles.sitepoint.com/article/net-web-services-5-steps
http://www.daniweb.com/forums/thread151766.html
http://www.netomatix.com/DGSimple.aspx
Calling web service using javascript
http://sandblogaspnet.blogspot.com/2010/05/calling-web-service-using-javascript.htmlhttp://sandblogaspnet.blogspot.com/2010/04/calling-web-service-using-javascript.html
http://sandblogaspnet.blogspot.com/2010/03/calling-web-service-using-javascript.html
Return Array from Web Service
using ScriptManager & Javascript
http://ciappara.wordpress.com/2009/07/31/return-array-from-web-service-using-scriptmanager-javascript/SimpleWebService , [ScriptService]
http://msdn.microsoft.com/en-us/library/system.web.script.services.scriptserviceattribute.aspxASP.NET 2.0 AJAX Extensions 1.0 (Setup Wizard)
Brief Description
ASP.NET AJAX is a set of technologies to add AJAX (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls, and more.
http://www.microsoft.com/downloads/
ASPAJAXExtSetup.msi
type or namespace name Script does not exist in the namespace System.Web
using System.Web.Extensions
No comments:
Post a Comment