This post originated from an RSS feed registered with .NET Buzz
by Mark Harrison.
Original Post: AJAX-enable any ASP.NET control with zero code
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
Check the demo of Telerik's CallbackPanel 2.0 which reveals their new patent-pending technology, which automatically AJAX-enables any ASP.NET control placed in the panel. This means that all postback functions are automatically replaced with callbacks, eliminating the need for manually invoking AJAX requests. You don't have to write a single line of JavaScript or change any other code in your application.
Furthermore the CallbackPanel preserves the page life-cycle, which is imperative for the proper operation of your application. ViewState, EventValidation and client scripts are also preserved as if a postback is performed.