<cc1:TabPanel ID="tabthree" runat="server" HeaderText="咨询列表">
<ContentTemplate>
<asp:UpdatePanel ID="UpdatePanel3" runat="server" UpdateMode="Conditional">
<ContentTemplate>agfdsgsd</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="dllistconsult" />
</Triggers>
</asp:UpdatePanel>
</ContentTemplate>
</cc1:TabPanel>
我定义三个tabpanel;其中 <asp:UpdatePanel ID="UpdatePanel3">面板我定义了触发器 ControlID="dllistconsult" ,类型为按钮,这个按钮控件在tabpanel外面;运行时,出现了"
A control with ID 'dllistconsult' could not be found for the trigger in UpdatePanel 'UpdatePanel3'. "
这是为什么呢?
大其心,可容天下之物;
虚其心,可受天下之善;