Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我单击列表视图中的图像时,我有一个 modalpopup 会打开,它运行平稳并且在本地调试模式下可以正常打开。但是当我发布它时,大约需要 20 秒才能打开。任何人都可以帮助我吗?
弹出代码:
http://codepad.org/bId1cy7c
单击图像时的c#运行:
http://codepad.org/lWOSKBJJ
在按钮单击中,页面可能会重新加载以进行回发,因为您在按钮单击事件中编写了 popup.show()。您可以为此按钮使用另一个更新面板,以避免重新加载完整的页面。请试一试。