Easy Tutorial
❮ Prop Control Standard Id Prop Webcontrol Textbox Wrap ❯

ASP.NET LinkButton Text Property



Definition and Usage

The Text property is used to set or return the text on the LinkButton control.

Note: This control looks like a HyperLink control, but its functionality is the same as a Button control.

Syntax

Property Description
string A string value. Specifies the text on the LinkButton control.

Example

The following example sets the text on the LinkButton control:


❮ Prop Control Standard Id Prop Webcontrol Textbox Wrap ❯