Hi,
I create some Controls (e.g. a button and a div) in CreateChildControls and add them to the RadAjaxManager in OnPreRender.
Finally, I overwrite "RenderContents" to render my own layout. But when doing this, the panel generated by the RadAjaxManager (for the LoadingPanel) isn't rendered.
Whats the best way to use the RadAjaxManager when I overwrite RenderContents? How can I "force" the RadAjaxManager to render the panel?
Thanks!
I create some Controls (e.g. a button and a div) in CreateChildControls and add them to the RadAjaxManager in OnPreRender.
Finally, I overwrite "RenderContents" to render my own layout. But when doing this, the panel generated by the RadAjaxManager (for the LoadingPanel) isn't rendered.
Whats the best way to use the RadAjaxManager when I overwrite RenderContents? How can I "force" the RadAjaxManager to render the panel?
Thanks!