Search code examples
asp.nethtmltextboxdefault-valuemaxlength

what is the asp:textbox.MaxLength default value


My question is that suppose i have an asp:textbox and i do not specify MaxLength property of it then what will be the default length will it be unlimited or there is some limit on the number of characters. this question may seem pretty easy to answer fro someone but i am not clear at it

thank you in advance


Solution

  • The default value is 0 means no limit. For reference visit this link