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.
我有一个分配了默认按钮的页面。但是,当我在带有 Ajax:HtmlEditorExtendor 的 TextBox 中按 Enter 键时,将提交表单。这是 Ajax 中的错误吗?有什么解决方法吗?谢谢。
听起来您的目标控件可能是单行文本框。尝试在您为 html 编辑器定位的文本框上设置 TextMode="MultiLine" 的属性,看看这是否会有所不同。