hi
I am having a web method
public string sTest(string sName)
{
// Implementation
}
How to call this method from the jquery or JSON.
Thanks.
Refer
Make AJAX Call to ASP.Net Server Side Web service method using jQuery
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.