gpt4 book ai didi

c# - 无效的回发或回调参数错误?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:27:21 26 4
gpt4 key购买 nike

我有两个下拉列表,我使用 javascript 在另一个的基础上填充一个。在我的 javascript 代码中,我正在调用一个 web 服务,并在返回结果后填写另一个下拉列表。问题是在我成功完成之后开始出现以下错误:

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.

有什么想法吗?

最佳答案

如果您想从客户端修改生成的控件,您必须禁用事件验证或使用 RegisterForEventValidation 注册所有可能的值。解释的很好here .这是因为发送给客户端的数据和服务器接收到的数据不同。

编辑:也回复了here .

关于c# - 无效的回发或回调参数错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8443344/

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