Easy Tutorial
❮ Prop Websecurity Isauthenticated Control Panel ❯

ASP.NET LinkButton Control



Definition and Usage

The LinkButton control is used to create a hyperlink-style button.

Note: This control has the same appearance as the HyperLink control but functions like the Button control.


Properties

Property Description .NET
CausesValidation Specifies whether to validate the page when the LinkButton control is clicked. 1.0
CommandArgument Additional information about the command to be executed. 1.0
CommandName The command associated with the Command event. 1.0
OnClientClick The name of the function to be executed when the LinkButton control is clicked. 2.0
PostBackUrl The URL of the target page to post back to from the current page when the LinkButton control is clicked. 2.0
runat Specifies that the control is a server control. Must be set to "server". 1.0
Text The text on the LinkButton. 1.0
ValidationGroup The group of controls for which the LinkButton causes validation when it posts back to the server. 2.0

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Example

LinkButton


❮ Prop Websecurity Isauthenticated Control Panel ❯