18 references to DataBinding
System.Web (13)
UI\ControlBuilder.cs (2)
2107control.DataBinding += Parser.DesignTimeDataBindHandler; 2355((Control)obj).DataBinding += new EventHandler(DataBindingMethod);
UI\WebControls\AutoGeneratedField.cs (1)
198boundControl.DataBinding += new EventHandler(this.OnDataBindField);
UI\WebControls\BoundColumn.cs (1)
185boundControl.DataBinding += new EventHandler(this.OnDataBindColumn);
UI\WebControls\BoundField.cs (1)
592boundControl.DataBinding += new EventHandler(this.OnDataBindField);
UI\WebControls\ButtonColumn.cs (1)
250buttonControl.DataBinding += new EventHandler(this.OnDataBindColumn);
UI\WebControls\ButtonField.cs (1)
259((WebControl)button).DataBinding += new EventHandler(this.OnDataBindField);
UI\WebControls\CheckBoxField.cs (1)
298boundControl.DataBinding += new EventHandler(this.OnDataBindField);
UI\WebControls\Content.cs (2)
175base.DataBinding += value; 178base.DataBinding -= value;
UI\WebControls\HyperLinkColumn.cs (1)
263hyperLink.DataBinding += new EventHandler(this.OnDataBindColumn);
UI\WebControls\HyperLinkField.cs (1)
303hyperLink.DataBinding += new EventHandler(this.OnDataBindField);
UI\WebControls\ImageField.cs (1)
467boundControl.DataBinding += new EventHandler(this.OnDataBindField);
System.Web.DynamicData (3)
DynamicData\SimpleFieldTemplateUserControl.cs (3)
42checkBox.DataBinding += (sender, e) => { 60literal.DataBinding += (sender, e) => { 67textBox.DataBinding += (sender, e) => {
System.Web.Mobile (2)
UI\MobileControls\DeviceSpecific.cs (2)
297base.DataBinding += value; 301base.DataBinding -= value;