Specifying maxlength for multiline textbox

后端 未结 19 2104
感动是毒
感动是毒 2020-11-27 15:21

I\'m trying to use asp:


I want a way to spe

19条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-27 16:20

    MaxLength is now supported as of .NET 4.7.2, so as long as you upgrade your project to .NET 4.7.2 or above, it will work automatically.

    You can see this in the release notes here - specifically:

    Enable ASP.NET developers to specify MaxLength attribute for Multiline asp:TextBox. [449020, System.Web.dll, Bug]

提交回复
热议问题