This is a migrated thread and some comments may be shown as answers.

Best Approach with Ajax

2 Answers 46 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dominic
Top achievements
Rank 2
Dominic asked on 07 Nov 2008, 01:51 PM

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

2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Nov 2008, 12:08 PM
Hello Dominic,

The best approach for your application is to use RadAjaxManager on the main page and RadAjaxManagerProxy controls on each UserControl, you need to be ajaxified. More information on this scenario could be found in this help topic

Kind regards,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dominic
Top achievements
Rank 2
answered on 13 Nov 2008, 01:58 PM
Ok, thanks for your help. I think this approach will be must simpler to handle than use multiple AjaxPanel.

Thanks

Tags
Ajax
Asked by
Dominic
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Dominic
Top achievements
Rank 2
Share this question
or