Hi Maria,
I have ove full ajax solution using prototype Ajax.Updater or Ajax Request to inject runtime contents in div items from external pages. If you add one simple calendar in one page and you add as Ajax.Updater in main page this calendar is not fonctional you need to subscribe AjaxManager of this page main and re instantiate others scripts. The only scenario working is pre registrer one calendar in the main page and hide or unhide, same for usercontrols but my page is very big and i need more lightweigthed.
Other scenarios adding RadControls runtime?.
var ajaxRequest = new Ajax.Request(url, {
method: 'get',
parameters: pars,
asynchronous: true,
onComplete: showResponse
});
thanks.