RadAjax for ASP.NET AJAX

RadControls for ASP.NET AJAX

This topic demonstrates a possible scenario of RadAjaxManager updates controls from a composite control. It is important to set IDs of instantiated controls as well as adding them into controls collection. A necessary AJAX setting could be added at CreateChildControls method, however this must be done after controls are added into corresponding controls collection.

The example below includes a single RadAjaxManager control on the page. Here is the code-behind:

And the composite control class:

See Also