This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Binds the data source to the Repeater control.
Top
Use the Repeater..::.DataBind()()() method to bind data from a source. The Repeater..::.DataBind()()() method commonly is used after retrieving a data set through a database query.
The Repeater..::.DataBind()()() method commonly is overridden when creating custom templated data-bound controls. For more information, see How to: Create Templated ASP.NET User Controls.
For more information about data binding to server controls, see Data-Binding Expression Syntax.
Reference