gpt4 book ai didi

c# - 如何在中继器控制中使用按钮?

转载 作者:可可西里 更新时间:2023-11-01 09:12:09 24 4
gpt4 key购买 nike

我正在使用带有 c# 的 asp.net 3.5。我想在转发器控件中调用按钮单击事件。

<asp:Repeater ID="rptFriendsList"
runat="server"
onitemcommand="rptFriendsList_ItemCommand">
<ItemTemplate>
<asp:ImageButton ID="btnSave"
runat="server"
ImageUrl="~/Contents/Images/save_button.png"
CommandName="Schedule"
UseSubmitBehavior="False" />
</ItemTemplate>
</asp:Repeater>

但是当我点击一个按钮时出现错误

"Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation."

我的目的是在中继器内的按钮点击中执行一些代码。请帮我解决这个问题。提前致谢。

最佳答案

UseSubmitBehavior="False" 您使用的这个属性没有出现在图像按钮中,您是否已覆盖 imagebutton 类并添加了此属性。

关于c# - 如何在中继器控制中使用按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5309991/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com