From http://www.w3schools.com (Copyright Refsnes Data)
Complete TextBox Control Reference
The Text property is used to set or return the text of a TextBox control.
| <asp:TextBox Text="string" runat="server" /> |
| Attribute | Description |
|---|---|
| string | A string that specifies the text of the TextBox control |
ExampleThe following example sets the text of a TextBox control:
Show example » |
Complete TextBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)