.NET Framework Class Library
GridView.DataBind Method
Binds the data source to the GridView control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
DataBind() | Binds the data source to the GridView control. This method cannot be inherited. (Overrides BaseDataBoundControl.DataBind().) |
|
DataBind(Boolean) | Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. (Inherited from Control.) |
See Also