System.Web.UI.WebControls Namespace TextBox Class
Sets or retrieves the content displayed in a TextBox control.
Inline |
<asp:textbox text = strText ... > |
Script |
TextBox.Text [ = strText ] |
strText |
String specifying the content displayed in the textbox. |
The property is read/write with no default value.
Use the Text property to specify or determine the content to display on the TextBox control.
TextBox Members