Is there an ASP.NET AJAX framework other than just using UpdatePanel & Friends or the ASP.NET AjaxControlToolkit?
Currently I am using plain ICallbackEventHandler calls but it gets quite complicated a while as a lot of serialization needs to be done.
Any suggestions?