Control.BindingContainer Property
.NET Framework 2.0
This property 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.UIAssembly: System.Web (in system.web.dll)
/** @property */ public Control get_BindingContainer ()
public function get BindingContainer () : Control
Not applicable.
Property Value
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.
Community Additions
ADD
Show: