Posted
on Apr 17, 2008
(permalink)
The compatibility layer which was used in the transition beta period is now removed. All client-side methods strictly follow the ASP.NET AJAX conventions and are lower case. For instance:
- ajaxRequest(eventArgs)/ajaxRequestWithTarget(sender, eventArgs) should always be used from now on (methods/events start with lower case letters)
- AjaxRequest(eventArgs)/AjaxRequestWithTarget(sender, eventArgs) are no longer supported.