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

Ajaxify a UserControl

2 Answers 96 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
eyal
Top achievements
Rank 1
eyal asked on 23 Feb 2010, 02:53 PM
Hi,

I have aspx page with RadAjaxManager, RadComboBox, and PlaceHolder. The RadComboBox is ajaxified so that on SelectedIndexChanged, I utilize the LoadControl function to load a UserControl and add it to the controls of PlaceHolder. The path to the UserControl is dynamic (from db), based on a user-selected value from the RadComboBox (therefore I use LoadControl in server-side).

Is it possible to ajaxify the UserControl so that postback triggered by button on the UserControl would update only the UserControl (or part of it)?

Thanks for any assistance!
eyal

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 23 Feb 2010, 03:07 PM
Hi Eyal,

For more information, please review the following topics which elaborate on the matter:
Set AjaxSettings programmatically
Ajaxify user controls
Initiating requests from one ContentPlaceHolder and loading/updating controls in another

Hope this information helps.

Kind regards,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
eyal
Top achievements
Rank 1
answered on 24 Feb 2010, 12:58 PM
Thank you for the helpful links!

br,
eyal
Tags
Ajax
Asked by
eyal
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
eyal
Top achievements
Rank 1
Share this question
or