Hi
I have an applicaiton that is loading some user control in other user control but all the controls loaded are not known at the execution, the UI is built at run-time. My question is, what is the best "Ajax Approach" with that kind of scenario ? Do i have to use AjaxPanel in Usercontrol, but sometimes its force me to have an aJaxPanel within another one, not sure it is the best approach.....? I think i cannot really use a AjaxManager in my page because i dont know in advance wich controls will be loads in this page ? So what about the RadAjaxManagerProxy, is this the best solution for my case , if so, how i can use it ?
Thanks in advance for your helps, i just want to be sure that my application use the best approach for my situation.
Dominic