我有這樣的代碼在我的.aspx文件AsyncPostBackTrigger沒有找到的LinkButton
<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>
而且我得到這個錯誤: Could not find an event named 'ShowVoteClick' on associated control 'ShowVotePanelBtn' for the trigger in UpdatePanel 'UpdatePanel1'
。
我不理解此消息。該控件具有相應的單擊事件。
有什麼想法?
重新創建活動..它可能工作! – 2012-01-15 16:30:23