How do I go about calling a method on an ASP.NET Web Form page using the getJSON method on jQuery?
The goal is this:
Here is a minimalistic example which should hopefully get you started:
<%@ Page Language="C#" %> <%@ Import Namespace="System.Web.Services" %> jQuery and page methods