ExtenderControl.TargetControlID Property

 

Gets or sets the ID of the control that the extender is associated with.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public string TargetControlID { get; set; }

Property Value

Type: System.String

The ID of the server control that is being extended.

.NET Framework
Available since 3.5
Return to top
Show: