The members of System.Web.UI.WebControls.LinkButton are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Initializes a new instance of the System.Web.UI.WebControls.LinkButton class. |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.WebControls.LinkButton control is clicked. | |
CommandArgument | string.
Gets or sets an optional argument passed to the LinkButton.Command event handler along with the associated LinkButton.CommandName property. | |
CommandName | string.
Gets or sets the command name associated with the System.Web.UI.WebControls.LinkButton control. This value is passed to the LinkButton.Command event handler along with the LinkButton.CommandArgument property. | |
OnClientClick | string.
Gets or sets the client-side script that executes when a System.Web.UI.WebControls.LinkButton control's LinkButton.Click event is raised | |
PostBackUrl | string.
Gets or sets the URL of the page to post to from the current page when the System.Web.UI.WebControls.LinkButton control is clicked. | |
Text | string.
Gets or sets the text caption displayed on the System.Web.UI.WebControls.LinkButton control. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.WebControls.LinkButton control causes validation when it posts back to the server. |
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
override | AddParsedSubObject(object)
| |
GetPostBackOptions()
| ||
override | LoadViewState(object)Documentation for this section has not yet been entered. | |
OnClick(EventArgs)
| ||
OnCommand(CommandEventArgs)
| ||
override | OnPreRender(EventArgs)
| |
RaisePostBackEvent(string)
| ||
override | RenderContents(System.Web.UI.HtmlTextWriter)
|
Click |
Occurs when the System.Web.UI.WebControls.LinkButton control is clicked. | |
Command |
Occurs when the System.Web.UI.WebControls.LinkButton control is clicked. |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
For a description of this member, see System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string). |