PostBackOptions.TargetControl Property
.NET Framework (current version)
Gets the control target that receives the postback event.
Assembly: System.Web (in System.Web.dll)
The TargetControl property returns a 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: