System.Web.UI.PostBackOptions.TargetControl Property

Gets the control target that receives the postback event.

Syntax

[System.ComponentModel.DefaultValue(null)]
public Control TargetControl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PostBackOptions.TargetControl property returns a System.Web.UI.Control object that represents the control that receives the postback event. This property is passed as the EVENTTARGET parameter to the __doPostBack method of the client-side JavaScript.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0