From http://www.w3schools.com (Copyright Refsnes Data)
Complete TextBox Control Reference
The TextMode property is used to set or return the behavior mode of a TextBox control.
| <asp:TextBox TextMode="mode" runat="server" /> |
| Attribute | Description |
|---|---|
| mode | A number specifying the maximum number of characters
allowed in the
text box Possible values:
|
ExampleThe following example sets the text mode of a TextBox control to "Password":
Show example » |
Complete TextBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)