我在.aspx文件中有这个代码
无法在关联控件’ShowVotePanelBtn’上找到名为’ShowVoteClick’的事件,用于UpdatePanel’UpdatePanel1’中的触发器. @H_404_4@我不明白这个消息.该控件具有相应的单击事件. @H_404_4@任何的想法?
<asp:UpdatePanel runat="server" ID="UpdatePanel1" UpdateMode="Conditional"> <ContentTemplate> <asp:PlaceHolder runat="server" ID="Placeholder1" EnableViewState="false"></asp:PlaceHolder> </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID="ShowVotePanelBtn" EventName="ShowVoteClick" /> </Triggers> </asp:UpdatePanel>@H_404_4@我收到这个错误:
无法在关联控件’ShowVotePanelBtn’上找到名为’ShowVoteClick’的事件,用于UpdatePanel’UpdatePanel1’中的触发器. @H_404_4@我不明白这个消息.该控件具有相应的单击事件. @H_404_4@任何的想法?