Overload List

  NameDescription
DataBind()()()
Binds a source object and property to a control's property. For example you can bind a business object to a the text property of a text box, or a DataRow field to a text box field. You specify a binding source object (Customer.Entity or Customer.DataRow) and property or field(Company, FirstName) and bind it to the control and the property specified (Text).
(Overrides Control..::.DataBind()()().)
DataBind(Control)
Binds a source object and property to a control's property. For example you can bind a business object to a the text property of a text box, or a DataRow field to a text box field. You specify a binding source object (Customer.Entity or Customer.DataRow) and property or field(Company, FirstName) and bind it to the control and the property specified (Text).

See Also