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.
这里的目的是防止用户在提交/点击过程中多次点击按钮。我已经为 Button 控件尝试了不同的解决方案,但它们不适用于 ImageButton。
试试下面的代码:
imgbutton.OnClientClick = "this.disabled = true;";
这将在客户端按下按钮后立即禁用它。(语法可能已关闭 - 我现在无法测试此代码。)