|
Atlas supported page methods: A functionality to embed web service methods into .aspx pages and consume them with JavaScript. For instance, if you had the following method: [WebMethod] string sayHello() { return “Helloâ€; } —you could consume this method from JavaScript using the PageMethods.sayHello() call. With ASP.NET AJAX, this has changed a ...