__doPostBack 不适用于启用视图状态 = false 的页面上的 updatepanel
我在页面上有一个更新面板,并且在从 javascript 调用的 updatepanel 内的控件上使用 __doPostBack
来执行回发并更新面板。
一切正常,直到我在页面上设置 enableviewstate=false
。
javascript 仍然会触发,但服务器端没有任何反应。
I have an update panel on a page, and am using __doPostBack
on a control inside the updatepanel called from javascript to do a postback and update the panel.
Everything works fine, until I set enableviewstate=false
on the page.
The javascript still fires, but nothing happens on the server side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我不明白,但是你的问题出在哪里,但这对我来说是一个快速代码,
背后的代码
well i don't understand but where lies your problem but this worked for me with a quick code
The code behind