<legend id='bbbP4'><style id='bbbP4'><dir id='bbbP4'><q id='bbbP4'></q></dir></style></legend>

<small id='bbbP4'></small><noframes id='bbbP4'>

  • <tfoot id='bbbP4'></tfoot>
      <i id='bbbP4'><tr id='bbbP4'><dt id='bbbP4'><q id='bbbP4'><span id='bbbP4'><b id='bbbP4'><form id='bbbP4'><ins id='bbbP4'></ins><ul id='bbbP4'></ul><sub id='bbbP4'></sub></form><legend id='bbbP4'></legend><bdo id='bbbP4'><pre id='bbbP4'><center id='bbbP4'></center></pre></bdo></b><th id='bbbP4'></th></span></q></dt></tr></i><div id='bbbP4'><tfoot id='bbbP4'></tfoot><dl id='bbbP4'><fieldset id='bbbP4'></fieldset></dl></div>
        <bdo id='bbbP4'></bdo><ul id='bbbP4'></ul>
      1. 如何为多行文本框设置最大长度?

        How to set maxlength for multiline TextBox?(如何为多行文本框设置最大长度?)

        • <bdo id='47HG3'></bdo><ul id='47HG3'></ul>

              <tbody id='47HG3'></tbody>

            <small id='47HG3'></small><noframes id='47HG3'>

              <tfoot id='47HG3'></tfoot><legend id='47HG3'><style id='47HG3'><dir id='47HG3'><q id='47HG3'></q></dir></style></legend>
              • <i id='47HG3'><tr id='47HG3'><dt id='47HG3'><q id='47HG3'><span id='47HG3'><b id='47HG3'><form id='47HG3'><ins id='47HG3'></ins><ul id='47HG3'></ul><sub id='47HG3'></sub></form><legend id='47HG3'></legend><bdo id='47HG3'><pre id='47HG3'><center id='47HG3'></center></pre></bdo></b><th id='47HG3'></th></span></q></dt></tr></i><div id='47HG3'><tfoot id='47HG3'></tfoot><dl id='47HG3'><fieldset id='47HG3'></fieldset></dl></div>

                  本文介绍了如何为多行文本框设置最大长度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  使用 MultiLine TextBox(生成 TextArea)时,设置 MaxLength 属性无效.最好的解决方法是什么?我想用最少的丑陋的 javascript 等获得基本的、预期的功能.只是防止用户输入超过最大数量的字符.

                  When using a MultiLine TextBox (which generates a TextArea) setting the MaxLength property has no effect. What is the best workaround? I'd like to get basic, intended functionality with minimum of ugly javascript etc. Just prevent user from entering more than max number of characters.

                  推荐答案

                  如果你想让用户知道他是否超过了他写的字符数,你可以使用一个附加到 keypress 事件的 javascript 函数.此函数将测试输入的长度,如果达到最大长度,则取消字符渲染.

                  If you want to let the user know if he exceeded the amount of characters as he writes, you could use a javascript function attached to keypress event. This function would test the length of the input and cancel the character rendering if the maxlenght was reached.

                  另一种选择是使用 RegularExpressionValidator 控件来验证提交时的输入.

                  Another option is to use RegularExpressionValidator control to validate the input on submit.

                  在我看来,第一种选择要好得多.

                  In my opinion, the first option is much more better.

                  我没有添加任何代码,因为谷歌充满了各种口味的示例,这是一项非常常见的任务.

                  I'm not adding any code since google is full of examples for all tastes, this is a very common task.

                  这里您有一个可能有帮助的示例搜索.

                  Here you have a sample search that might help.

                  这篇关于如何为多行文本框设置最大长度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to keep the Text of a Read only TextBox after PostBack()?(PostBack()之后如何保留只读文本框的文本?)
                  Winforms Textbox - Using Ctrl-Backspace to Delete Whole Word(Winforms 文本框 - 使用 Ctrl-Backspace 删除整个单词)
                  Multi-color TextBox C#(多色文本框 C#)
                  How can i set the caret position to a specific index in passwordbox in WPF(如何将插入符号位置设置为 WPF 密码框中的特定索引)
                  C# Numeric Only TextBox Control(C# 纯数字文本框控件)
                  Unicode characters not showing in System.Windows.Forms.TextBox(System.Windows.Forms.TextBox 中未显示 Unicode 字符)
                    • <bdo id='TGzxv'></bdo><ul id='TGzxv'></ul>

                      1. <legend id='TGzxv'><style id='TGzxv'><dir id='TGzxv'><q id='TGzxv'></q></dir></style></legend>

                          <tfoot id='TGzxv'></tfoot>

                          <small id='TGzxv'></small><noframes id='TGzxv'>

                              <tbody id='TGzxv'></tbody>

                            <i id='TGzxv'><tr id='TGzxv'><dt id='TGzxv'><q id='TGzxv'><span id='TGzxv'><b id='TGzxv'><form id='TGzxv'><ins id='TGzxv'></ins><ul id='TGzxv'></ul><sub id='TGzxv'></sub></form><legend id='TGzxv'></legend><bdo id='TGzxv'><pre id='TGzxv'><center id='TGzxv'></center></pre></bdo></b><th id='TGzxv'></th></span></q></dt></tr></i><div id='TGzxv'><tfoot id='TGzxv'></tfoot><dl id='TGzxv'><fieldset id='TGzxv'></fieldset></dl></div>