Dear all could you do me a favor?
I faced a problem abt ajax updatepanel. I have a master page with 2 UserControls, each UserControl has a updatePanel., U1 contains a treeview, U2 contains a label. I assign a trigger event to U2
"<Triggers>
<asp:AsyncPostBackTrigger ControlID="treeview" EventName="SelectedNodeChanged" />
</Triggers>"
i wanna the label to display the selected node name, when i run it, the error is "cannot find the 'treeview' control in this updatepanel", How tol solve it pls?
Thanks a lot!