Telerik RadAjax controls re-initialize JavaScript code after an
AJAX request has been performed. This behavior is very important when working
with third party controls inside the RadAjaxPanel that use
rich JavaScript functionality.
The example contains a JavaScript code block within the RadAjaxPanel
that is evaluated on page load. The code holds some logic for browsing through
a web galery of images. When an AJAX request is performed, the RadAjaxPanel
re-initializes the JavaScript code and as a result the custom functionality
works properly.