GridView ButtonField 回发在 IE7 中不起作用?

发布于 2024-07-16 07:55:13 字数 432 浏览 11 评论 0原文

我有一个带有 GridView 控件的 ASP.Net 网站,该控件又包含一个 ButtonField 列。 当单击此 ButtonField 时,它应该执行回发,但如果我在调试时单击 Visual Studio 打开的 Internet Explorer 窗口中的按钮,则不会发生这种情况。 当我从外部调用的 Internet Explorer 窗口或 Firefox 窗口中调出并单击 ButtonField 时,我可以让它成功回发,但从 Visual Studio 生成的窗口中永远不会成功回发。

我正在使用:

  • Windows Vista Home Premium
  • Visual Studio 2008,以管理员身份运行
  • Internet Explorer 7.0.6000.16809
  • Firefox 3.0.6

I have an ASP.Net Web Site with GridView control that in turn contains a ButtonField column. It's supposed to do a postback when this ButtonField is clicked, but that doesn't happen if I click on the button from within the Internet Explorer window that Visual Studio opens while debugging. I can get it to successfully postback when I bring up and click on the ButtonField from an externally-invoked Internet Explorer window or a Firefox window, but never from the window Visual Studio produces.

I'm using:

  • Windows Vista Home Premium
  • Visual Studio 2008, running as Administrator
  • Internet Explorer 7.0.6000.16809
  • Firefox 3.0.6

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

飘落散花 2024-07-23 07:55:13

您是否在该按钮中添加了 JavaScript? 如果 javascript onclick 失败,它可能会在通过 VS 运行时调出调试器,但任何其他浏览器可能只是吃这个错误。

Do you have any javascript added to that button? If javascript fails onclick it could bring up the debugger when running via VS but any other browser might just be eating the error.

懒的傷心 2024-07-23 07:55:13

我确定该问题是由于在 Windows Vista 下以管理员身份运行 Visual Studio 2008 造成的。 这样做会导致 Javascript 出现某种问题,从而阻止 GridView ButtonFields 发出回发。 与 Microsoft 对早期版本的 Visual Studio (2005) 的建议相反,使用在 Windows Vista 下运行的 Visual Studio 2008 进行调试要求 IDE 使用“以管理员身份运行”来运行”。

I've determined the problem is due to running Visual Studio 2008 as Administrator under Windows Vista. Doing so causes some kind of issue with Javascript that prevents GridView ButtonFields from issuing postbacks. Contrary to Microsoft's advice for the previous version of Visual Studio (2005), debugging with Visual Studio 2008 running under Windows Vista requires that the IDE not be run using "Run as Administrator".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文