One inconvenience of Microsoft ASP.NET AJAX is that you have to place UpdatePanels around areas that need to be updated, set triggers, or manually invoke AJAX requests. Thanks to Telerik RadAjax this problem is eliminated – you only have to drag-and-drop the AJAX Manager on the page, tick the respective checkboxes in the provided dialog, and hit F5. Your application is now AJAX-enabled using the standard Microsoft ASP.NET AJAX engine.
Top