C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandhiya Priya(2)
Amit Mishra(2)
Sourav Kayal(1)
Alok Pandey(1)
Sangeetha S(1)
Rahul Kumar Saxena(1)
Akshay Teotia(1)
Kapil Gaur(1)
Manas Mohapatra(1)
Rajeesh Menoth(1)
Rohatash Kumar(1)
Prashant Nimbare(1)
Ganesh Nataraj(1)
Kumar Sethuraman(1)
Thomas Regin(1)
Dipal Choksi(1)
Vijay Cinnakonda(1)
Resources
No resource found
Bind Dropdown with jQuery AJAX & WebMethod in ASP.NET
Aug 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 Five
Jun 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 Four
Jun 14, 2016.
In this article, you will learn about properties of WebMethod attribute in a Web Service.
Static WebMethod in Code Behind WebForm
Dec 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 Services
Dec 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 Webfroms
Mar 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 WebMethod
May 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 Service
Jan 29, 2012.
The WebMethod attribute can make development of XML Web Services easier.
Binding Backend Values to Frontend in ASP.NET
Nov 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 Studio
Dec 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.NET
Nov 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 AJAX
Aug 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.NET
Aug 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.NET
Jul 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.NET
Nov 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.NET
Nov 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 Service
Mar 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 Service
May 31, 2002.
In this example we will create a Web Service which provides spell check functionality.
Web services with Language Interoperability
Oct 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.