I know that it is possible to send an AJAX request to an .asmx
page. And I also know that an .asmx
page handles an AJAX request via a web method.
Is it also possible to send an AJAX request to an .aspx
page? If so, does an .aspx
page also handle an AJAX request via a web method? Note that I would like to return a JSON response from the .aspx
page. Is this possible?