Easy Tutorial
❮ Webpages Razor Prop Control Standard Uniqueid ❯

ASP.NET TextBox Text Property



Definition and Usage

The Text property is used to set or return the text of the TextBox control.

Syntax

Property Description
string A string value that specifies the text of the TextBox control.

Example

The following example sets the text of the TextBox control:


❮ Webpages Razor Prop Control Standard Uniqueid ❯