ASP.NET WebPart 和 Google Chrome
你好
我这几天开始学习 ASP.NET。 Google Chrome 是我的默认浏览器,我也在 Google Chrome 中测试我的应用程序。
我发现当我使用 Chrome 时,ASP.NET 的某些元素无法实时运行。例如 ASP.NET WebPart。如果我将 WebPartManager 的模式从默认更改为编辑(或其他),Google Chrome 需要 1 - 2 秒来更新页面。 Internet Explorer 实时执行此操作,无需任何加载时间。
有什么技巧可以调整这个吗?
我是 ASP.NET 的新手,很多人都说,Microsoft 的 AJAX for ASP.NET 有点垃圾。 我正在使用 Visual Studio 2010,也许您会说,我应该使用 jQuery,而不是像 WebParts 这样的内部功能。
Hi there
I started learning ASP.NET these days. Google Chrome is my default browser and I'm also testing my applications in Google Chrome.
I recognized that some Elements of ASP.NET won't run in real time when I use Chrome. For Example ASP.NET WebParts. If I change the modus of the WebPartManager from default to edit (or something else), Google Chrome needs 1 - 2 seconds to renew the page. Internet Explorer does this in real time without any loading times.
Any tips to tweak this?
I'm a rookie in ASP.NET and many people said, Microsoft's AJAX for ASP.NET is some kind of crap.
I'm using Visual Studio 2010 and maybe you'll say, I should use jQuery instead of internal Features like WebParts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经通过 Twitter 得到了答案。人们说,当 asp.net 应用程序在 Visual Studio 的服务器上运行时,就会发生这种情况。
I've got my answers over Twitter. People said, this just happens when asp.net applications runs over Visual Studio's Server.