Specifying maxlength for multiline textbox

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

I\'m trying to use asp:


I want a way to spe

19条回答
  •  情深已故
    2020-11-27 16:21

    use custom attribute maxsize="100"

    
       
    

    this will render like this

    
    

提交回复
热议问题