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