RadAjax controls allow JavaScript to be evaluated after asynchronous         requests to the server.    
    
    The example demonstrates how JavaScript code can be initialized on an AJAX request         from an RadAjaxPanel. The three image buttons perform Ajax requests to         the server that load code from an external JavaScript file. RadAjaxPanel         automatically evaluates the loaded JavaScript. The JavaScript code contains some         logic for browsing through a web galery of images.     
 
The demo illustrates the ability of Telerik RadAjax to execute custom JavaScript     code, which comes as a response from the server, thus giving you more flexibility to complete more        specific or complex tasks on the client. The image buttons perform Ajax requests to the server that load code from     an external JavaScript file where JavaScript objects are created on the fly.    
    
    
    Click on the image buttons to create image galeries.