“无效的回发或回调参数”关于在客户端修改DropDownList
我知道为什么会发生这种情况,并且我在页面级别关闭了验证,但是有没有办法在控制级别将其关闭?
“无效的回发或回调参数。事件验证已启用 在配置中使用或在<%@ Page EnableEventValidation="true" %>中使用 页。出于安全目的,此功能验证参数 回发或回调事件源自服务器控件 最初渲染它们。如果数据有效且符合预期,请使用 ClientScriptManager.RegisterForEventValidation 方法以便 注册回发或回调数据以进行验证。”
I know why it's happening and i turned the validation off on the page level, but is there a way to turn it off on the control level?
"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."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这个帖子。
回发或回调参数无效。使用“” 启用事件验证,
在此,我使用了子类ListBox方法。有用...
look this post.
Invalid postback or callback argument. Event validation is enabled using '<pages enableEventValidation="true"/>'
in this, i've used Subclass ListBox method. it works...