仅通过按 Enter 键附加 textchanged 事件

发布于 2024-12-08 09:00:16 字数 102 浏览 2 评论 0原文

问:

如何使 asp:textbox 的 TextChanged 仅在按 Enter 后触发,而在失去焦点时不触发其他键?

Q:

How to make the TextChanged for the asp:textbox fires only after pressing Enter,not other keys or not when losing the focus?

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

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

发布评论

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

评论(1

短暂陪伴 2024-12-15 09:00:16

如果设置 TextChanged 事件,并设置 AutoPostback="false",那么它只会在表单回发后检查,而不会在失去焦点后自动检查。 TextChanged 事件将在按钮提交之前触发。

If you set the TextChanged event, and set AutoPostback="false", then it will only check after the form is posted back, not automatically after losing focus. The TextChanged event will fire before your Button Submit.

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