Resources  
  • Bind Dropdown with jQuery AJAX & WebMethod in ASP.NETAug 01, 2025. This ASP.NET WebMethod fetches unique applicant names and their UCC IDs from a SQL database and returns them as a list of ListItem objects, ideal for populating dropdowns via AJAX in web forms.
  • Overloading WebMethod In ASP.NET Web Service - Part FiveJun 14, 2016. In this article, you will learn about how we can overload a Web Method in Web Service.
  • Properties Of WebMethod Attribute In Web Service - Part FourJun 14, 2016. In this article, you will learn about properties of WebMethod attribute in a Web Service.
  • Static WebMethod in Code Behind WebFormDec 17, 2013. In this article we will learn two important concepts one is why WebMethod is static and how to maintain session in WebMethod.
  • MessageName property of WebMethod in Web ServicesDec 05, 2011. In this article you will learn about the MessageName property of the WebMethod attribute in web services.
  • WebMethod and ScriptMethod Attributes in .NET WebfromsMar 15, 2025. ?In ASP.NET Web Forms, client-side scripts like JavaScript and jQuery can call server-side methods using the [WebMethod] and [ScriptMethod] attributes. These methods must be declared as static (C#) or Shared (VB.NET). This approach enables AJAX functionality, allowing asynchronous data exchange without full page reloads.
  • Insert Data Into SQL Server Using jQuery and JSON With WebMethodMay 20, 2015. This article shows how to call a WebMethod to insert a record into your SQL Server table using jQuery and JSON.
  • WebMethods Attribute in ASP.NET Web ServiceJan 29, 2012. The WebMethod attribute can make development of XML Web Services easier.
  • Binding Backend Values to Frontend in ASP.NETNov 06, 2025. Learn how to seamlessly bind backend data to your ASP.NET frontend! Explore techniques like embedding values in JavaScript, using ClientID, HiddenFields, and AJAX WebMethods.
  • How To Create A Web Service Project In .NET Using Visual StudioDec 18, 2018. Learn to create and consume web services in .NET using Visual Studio. This tutorial covers creating ASP.NET web applications, defining WebMethods, adding service references, and integrating services into web forms using C#. Master XML, SOAP, WSDL, and UDDI protocols for robust service interactions.
  • AJAX In ASP.NETNov 15, 2016. AJAX (Asynchronous JavaScript and XML) enhances web applications by enabling asynchronous data retrieval from servers without reloading the entire page. Utilizing XMLHttpRequest and JSON, it boosts interactivity, and responsiveness, and reduces server traffic.
  • Auto Save Using AJAXAug 09, 2015. This article explains how to automatically save a value into a SQL database using an ASP.Net WebMethod and jQuery AJAX.
  • Calling Server Side Function From JavaScript In ASP.NETAug 27, 2013. In this article we will see how to call a server-side function from JavaScript in ASP.Net.
  • Using the Web Services in ASP.NETJul 31, 2013. Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Services in Windows Form applications with WebMethod attributes and proxy objects.
  • XML Web Service Caching Strategies in VB.NETNov 10, 2012. We'll take a look in this article ways for application-level caching with ASP.NET, and will take a look at HTTP caching and its application for XML Web services.
  • CDO Object in Web Services using VB.NETNov 10, 2012. This article suggest how to resolve the issue Could not access CDO. Message while using SMTP to send email on web services.
  • Link Fetcher ServiceMar 06, 2003. In this article we will learn how to create a Web Service that fetches all the links from a given URL.
  • Spell Check Web ServiceMay 31, 2002. In this example we will create a Web Service which provides spell check functionality.
  • Web services with Language InteroperabilityOct 18, 2001. A web service in general is a way of exposing the properties and methods through the Internet In other words, it's an URL-addressable resource that programmatically returns information to clients who want to use it.