Expand All
0 out of 1 rated this helpful - Rate this topic

Control::BindingContainer Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the control that contains this control's data binding.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
[BindableAttribute(false)]
[BrowsableAttribute(false)]
public:
property Control^ BindingContainer {
	Control^ get ();
}

Property Value

Type: System.Web.UI::Control
The Control that contains this control's data binding.

The BindingContainer property contains a reference to the Control object that contains the data-binding information for the current control.

The BindingContainer property is the same as the NamingContainer property, except when the control is part of a template. In that case, the BindingContainer property is set to the Control that defines the template.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
Show:
© 2013 Microsoft. All rights reserved.