.NET Framework Class Library
Repeater..::.DataBind Method

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.

Overload List

  NameDescription
Public methodDataBind()()()Infrastructure. Binds the Repeater control and all its child controls to the specified data source. (Overrides Control..::.DataBind()()().)
Protected methodDataBind(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.)
Top
Remarks

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.

See Also

Reference

Tags :


Page view tracker