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

Ajax update of a user control from another user control via masterpage

1 Answer 117 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
tracstarr
Top achievements
Rank 1
tracstarr asked on 14 Jan 2010, 09:07 PM
So I've just spent the last few hours trying to read posts and documentation, but I'm a bit lost. Here is my scenario:

- Materpage is setup with empty RadAjaxManager
- it contains a usercontrol (we will just call it uc1) which contains another usercontrol (uc2) which i want to update
- there is a content placeholder, which  at this time would contain an ascx
- in this ascx I have a radtextbox which allows updating of an items name
- this update occurs via ajax to this same ascx (using radajaxmanagerproxy)
- I need this update to then force my uc2 to update via ajax

So my question is pretty broad... where do i even start? I can only assume I somehow have to in my ascx page add a ajaxsetting programatically which is attached to that embedded uc2? But maybe it's easier that that? or harder?

On these same lines, what if within that ascx the rename was done through another usercontrol... would the process be the same to force the uc2 to update?

thanks.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 15 Jan 2010, 05:27 PM
Hello,

I suggest you review the following help article, which elaborates on this subject, for more information about how to achieve your goal:
MasterPages: initiating requests from one ContentPlaceHolder and loading/updating controls in another

I hope this gets you started properly.

Kind regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
tracstarr
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or