<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. 如何为多行文本框设置最大长度?

        时间:2023-06-09

        • <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.

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

                  上一篇:在文本框中捕获 Ctrl + C 下一篇:如何在 TextBox 中保存用户输入的值?(WPF、XAML)

                  相关文章

                  • <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'>

                      <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>