.NET Framework Class Library
Control..::.BindingContainer Property

Updated: November 2007

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)

Visual Basic (Declaration)
<BindableAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property BindingContainer As Control
Visual Basic (Usage)
Dim instance As Control
Dim value As Control

value = instance.BindingContainer
C#
[BindableAttribute(false)]
[BrowsableAttribute(false)]
public Control BindingContainer { get; }
Visual C++
[BindableAttribute(false)]
[BrowsableAttribute(false)]
public:
property Control^ BindingContainer {
    Control^ get ();
}
J#
/** @property */
/** @attribute BindableAttribute(false) */
/** @attribute BrowsableAttribute(false) */
public Control get_BindingContainer()
JScript
public function get BindingContainer () : Control

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.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

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

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Page view tracker