Hello
My question is this.. i have a multiple controls that can be used on my aplication for example control1 on page2 is updated by control10, control1 on page22 is updated by control40 so i can“t add specific ajax behavior to then. Because it depends of the controls that are on the especific page.
My control are like webparts every usercontrol is in RadAjaxPanel so i need to update one panel if there is a change e one other
I have build a notification class that when a control that have da responsability to update other fires a event the other are register to that event and recieve the notification for update. I try to force the RadAjaxPanel to do a postback so the control can refesh but does not work ...
Any ideas?
Thanks
My question is this.. i have a multiple controls that can be used on my aplication for example control1 on page2 is updated by control10, control1 on page22 is updated by control40 so i can“t add specific ajax behavior to then. Because it depends of the controls that are on the especific page.
My control are like webparts every usercontrol is in RadAjaxPanel so i need to update one panel if there is a change e one other
I have build a notification class that when a control that have da responsability to update other fires a event the other are register to that event and recieve the notification for update. I try to force the RadAjaxPanel to do a postback so the control can refesh but does not work ...
Any ideas?
Thanks