hi, I have a control (a_selector) on my master.site. a_selector has another_control inside(a repeater with link buttons). It is outside of any update panel. I have an update panel in my child page. I wish to have a trigger in this update panel (that is on child page), that updates the panel, when i click on the linkbutton inside this repeater..
how can i reach the goal? I have tried to find a_selector, and add it as a trigger to the update panel: AsyncPostBackTrigger trigger = new AsyncPostBackTrigger(); trigger.ControlID = a_selector.ID.ToString(); (neither with UniqueID) APnl.Triggers.Add(trigger); But the trigger doesn't work. The child control is not "visible" from the child page. Any clue? Thank you Greetings Magda
