Base:
method
DataBind
System.Web.UI.Control.DataBind()
5 overrides of DataBind
System.Web (5)
UI\WebControls\DetailsView.cs (1)
2144public override sealed void DataBind() {
UI\WebControls\FormView.cs (1)
1839public override sealed void DataBind() {
UI\WebControls\GridView.cs (1)
2710public override sealed void DataBind() {
UI\WebControls\Menu.cs (1)
1380public override sealed void DataBind() {
UI\WebControls\TreeView.cs (1)
1400public override sealed void DataBind() {
7 references to DataBind
System.Web (6)
UI\WebControls\BaseDataBoundControl.cs (1)
217DataBind();
UI\WebControls\DetailsView.cs (1)
2145base.DataBind();
UI\WebControls\FormView.cs (1)
1840base.DataBind();
UI\WebControls\GridView.cs (1)
2711base.DataBind();
UI\WebControls\Menu.cs (1)
1381base.DataBind();
UI\WebControls\TreeView.cs (1)
1401base.DataBind();
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
1788 this.Common.Chart.DataBind();