asp:button 点击处理程序在 Chrome 中不会触发
我正在 ASP.NET 中开发一个简单的网页,其中单击按钮(例如“保存”)应调用处理程序函数后面的 C# 代码并保存表单数据。 该功能适用于 IE 和 FireFox。 但是当我使用 Chrome 运行它时,页面只会进行回发,并且不会在代码隐藏中触发按钮单击事件处理程序。 ASP.NET 可以解决这个问题吗?或者是否有任何特定于浏览器的设置? 需要尽快帮助。提前谢谢。
I am developing a simple webpage in ASP.NET where on a button click e.g. 'Save' a C# code behind handler function should get called and save the form data.'
The functionality works well with IE and FireFox.
But when I run it with Chrome, the page just makes a postback and never fires the button click event handler in code-behind.
Is this curable by ASP.NET or is there any browser specific setting?
Need help ASAP.Thanx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论