Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 897
Devjosh Avatar asked Jan 20 '23 16:01

Devjosh


1 Answers

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

like image 156
Fraz Sundal Avatar answered Jan 22 '23 07:01

Fraz Sundal